From 847f27157d1a1a902b27529039216a4f930a3fe5 Mon Sep 17 00:00:00 2001 From: Jake Leventhal Date: Sat, 11 Jul 2026 17:55:23 -0400 Subject: [PATCH 1/2] Fix truncated chat error alert layout --- .../src/components/chat/ThreadErrorBanner.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/web/src/components/chat/ThreadErrorBanner.tsx b/apps/web/src/components/chat/ThreadErrorBanner.tsx index d0b3ac80b8a..b7f68e3b584 100644 --- a/apps/web/src/components/chat/ThreadErrorBanner.tsx +++ b/apps/web/src/components/chat/ThreadErrorBanner.tsx @@ -13,17 +13,17 @@ export const ThreadErrorBanner = memo(function ThreadErrorBanner({ }) { if (!error) return null; return ( -
+
- - }> - {error} - - - {error} - - + + + }>{error} + + {error} + + + {onDismiss && (