From 8cc0b807046faee91ca7cd7ca26c1dd7eac603c5 Mon Sep 17 00:00:00 2001 From: Roland Tannous Date: Fri, 29 May 2026 20:13:51 +0400 Subject: [PATCH] Studio: clip KB detail slot so files view can't widen the dialog --- .../src/features/settings/tabs/knowledge-bases-tab.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/studio/frontend/src/features/settings/tabs/knowledge-bases-tab.tsx b/studio/frontend/src/features/settings/tabs/knowledge-bases-tab.tsx index 2530a2e8db..f972bf4465 100644 --- a/studio/frontend/src/features/settings/tabs/knowledge-bases-tab.tsx +++ b/studio/frontend/src/features/settings/tabs/knowledge-bases-tab.tsx @@ -119,7 +119,10 @@ export function KnowledgeBasesTab() { {panelOpen && activeKb && activePanel ? ( <> -
+ {/* overflow-hidden so long document names (which spill past the + flex slot before truncation kicks in) can never widen the + workspace and shift the whole dialog right. */} +