From 597397807951c99a9a63cc84dbfb5aec0801f475 Mon Sep 17 00:00:00 2001 From: Roland Tannous Date: Thu, 9 Apr 2026 02:15:29 +0000 Subject: [PATCH] fix: code snippet overflow and default to external URL for remote access - Wrap long lines in code snippets (API key in curl was overflowing) - Default snippet base URL to external URL when accessing Studio remotely --- studio/frontend/src/features/chat/chat-page.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/studio/frontend/src/features/chat/chat-page.tsx b/studio/frontend/src/features/chat/chat-page.tsx index 77c76ebb06..12988ea2e2 100644 --- a/studio/frontend/src/features/chat/chat-page.tsx +++ b/studio/frontend/src/features/chat/chat-page.tsx @@ -99,7 +99,7 @@ function HighlightedSnippet({ ); return ( -
+