From 5c3f56f1efefd74774c17be0e6014aa6fec8a18a Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Thu, 23 Jul 2026 01:02:06 -0700 Subject: [PATCH] Studio: fix Connections settings tab overflow in the settings dialog (#7241) The API key and Connections form reused grid tracks that only collapse at the viewport width, so inside the narrower settings pane the provider selector and API key input were clipped. Switch the form to container queries so it responds to the pane width and stacks to a single column when narrow. Other settings tabs are unaffected. --- .../src/features/chat/chat-providers-dialog.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/studio/frontend/src/features/chat/chat-providers-dialog.tsx b/studio/frontend/src/features/chat/chat-providers-dialog.tsx index d7e9699ac6..2fa4ec725f 100644 --- a/studio/frontend/src/features/chat/chat-providers-dialog.tsx +++ b/studio/frontend/src/features/chat/chat-providers-dialog.tsx @@ -997,7 +997,7 @@ export function ChatProvidersSettings({ if (page === "form") { return ( -
+