diff --git a/studio/frontend/src/components/llama-update-banner.tsx b/studio/frontend/src/components/llama-update-banner.tsx index 8f8bc5ca7f..1aa9fc4e60 100644 --- a/studio/frontend/src/components/llama-update-banner.tsx +++ b/studio/frontend/src/components/llama-update-banner.tsx @@ -203,11 +203,11 @@ export function LlamaUpdateBanner({ /> ) : ( -
+
- + {/* wrap + right-align so buttons stack instead of clipping on very narrow banners */} +
+ + +
diff --git a/studio/frontend/src/features/auth/components/auth-form.tsx b/studio/frontend/src/features/auth/components/auth-form.tsx index f32ef6abcf..731993077f 100644 --- a/studio/frontend/src/features/auth/components/auth-form.tsx +++ b/studio/frontend/src/features/auth/components/auth-form.tsx @@ -443,7 +443,7 @@ export function AuthForm({ mode }: AuthFormProps): ReactElement | null {