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. */} +