From 1973f88e5681f1af9caa94e4282f722b689e69fa Mon Sep 17 00:00:00 2001 From: Marcel Date: Fri, 24 Apr 2026 21:30:38 +0200 Subject: [PATCH] fix(bulk-upload): truncate long chip titles with tooltip in FileSwitcherStrip Long filenames caused chips to overflow the strip. Added max-w-[8rem] and truncate on the title span, plus a title attribute for full text on hover. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/lib/components/document/FileSwitcherStrip.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/document/FileSwitcherStrip.svelte b/frontend/src/lib/components/document/FileSwitcherStrip.svelte index 783c5fff..d4ae1089 100644 --- a/frontend/src/lib/components/document/FileSwitcherStrip.svelte +++ b/frontend/src/lib/components/document/FileSwitcherStrip.svelte @@ -101,7 +101,7 @@ $effect(() => { ].join(' ')} >{i + 1} - {entry.title} + {entry.title}