From 88b234bf5e64d01c4649e073523d6a9177b3c677 Mon Sep 17 00:00:00 2001 From: Jake Leventhal Date: Sun, 12 Jul 2026 05:50:15 -0400 Subject: [PATCH] Fix truncated chat error alert layout (#3899) --- .../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 d0b3ac80b8a2..51bfb62667da 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 && (