From 8d2440544006a46a8aa3fe49445fc02f7e599c0b Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Tue, 19 May 2026 06:40:25 -0700 Subject: [PATCH] studio/frontend: widen settings sidebar so 'Connections' label fits (#5607) The settings dialog sidebar was fixed at w-[200px], which left only ~92px of horizontal space for tab labels after icon, gap, and the 'New' badge for Connections/API. 'Connections' (11 chars at the 14.5px font weight medium) overflowed and rendered as 'Connectio...', matching the paper-cut reported in issue #5572. Bump the sidebar to w-[216px] -- 16 more pixels of label space, fully within the existing dialog width and unchanged on mobile (max-sm:w-full still drives the responsive layout). Co-authored-by: danielhanchen --- studio/frontend/src/features/settings/settings-dialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/studio/frontend/src/features/settings/settings-dialog.tsx b/studio/frontend/src/features/settings/settings-dialog.tsx index 1ece504d6f..e52257735e 100644 --- a/studio/frontend/src/features/settings/settings-dialog.tsx +++ b/studio/frontend/src/features/settings/settings-dialog.tsx @@ -110,7 +110,7 @@ export function SettingsDialog() { Manage your Unsloth Studio preferences.
-