fix(site/src/pages/AgentsPage/components/ChatConversation): add min-h-6 to StatusPlaceholder to prevent layout shift (#25560)

This commit is contained in:
Danielle Maywood
2026-05-21 12:58:02 +01:00
committed by GitHub
parent d9875d8902
commit 873aa0da6a
@@ -20,7 +20,7 @@ const StatusPlaceholder: FC<{
shimmer?: boolean;
}> = ({ text, shimmer = false }) => {
return (
<div className="relative">
<div className="relative min-h-6">
{/* Reserve the final response height without exposing a selectable copy. */}
<Response aria-hidden className="invisible select-none">
{text}