From 7a1aee15fda61639bb49f5de37c55340e03d6324 Mon Sep 17 00:00:00 2001 From: AI Assistant Date: Sat, 28 Feb 2026 18:04:54 +0200 Subject: [PATCH] fix(registratura): NAS attachment card overflow in detail sheet Add overflow-hidden to card container, min-w-0 to flex row, and truncate to path text div so long NAS paths don't push badges and copy icon outside the visible area. --- .../registratura/components/registry-entry-detail.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/registratura/components/registry-entry-detail.tsx b/src/modules/registratura/components/registry-entry-detail.tsx index f9fdd8a..69f0b0f 100644 --- a/src/modules/registratura/components/registry-entry-detail.tsx +++ b/src/modules/registratura/components/registry-entry-detail.tsx @@ -398,13 +398,13 @@ export function RegistryEntryDetail({ att.networkPath ? (
copyPath(att.networkPath!)} title="Click pentru a copia calea — lipește în Explorer" > -
+
-
+
{shortDisplayPath(att.networkPath)}