From 873aa0da6a279900f2ee2b5d5f7412a4fb434e67 Mon Sep 17 00:00:00 2001 From: Danielle Maywood Date: Thu, 21 May 2026 12:58:02 +0100 Subject: [PATCH] fix(site/src/pages/AgentsPage/components/ChatConversation): add min-h-6 to StatusPlaceholder to prevent layout shift (#25560) --- .../components/ChatConversation/ChatStatusCallout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/pages/AgentsPage/components/ChatConversation/ChatStatusCallout.tsx b/site/src/pages/AgentsPage/components/ChatConversation/ChatStatusCallout.tsx index 38c2964128..c030cba85f 100644 --- a/site/src/pages/AgentsPage/components/ChatConversation/ChatStatusCallout.tsx +++ b/site/src/pages/AgentsPage/components/ChatConversation/ChatStatusCallout.tsx @@ -20,7 +20,7 @@ const StatusPlaceholder: FC<{ shimmer?: boolean; }> = ({ text, shimmer = false }) => { return ( -
+
{/* Reserve the final response height without exposing a selectable copy. */} {text}