diff --git a/apps/client/src/features/ai-chat/components/typing-indicator.tsx b/apps/client/src/features/ai-chat/components/typing-indicator.tsx index a3e9f937..706f20e5 100644 --- a/apps/client/src/features/ai-chat/components/typing-indicator.tsx +++ b/apps/client/src/features/ai-chat/components/typing-indicator.tsx @@ -36,7 +36,10 @@ export default function TypingIndicator({ assistantName, showName = true }: Typi return ( {showName !== false && ( - + // Extra bottom gap (vs MessageItem's mb={4}) gives the small bouncing + // dots room below the name label; without it they crowd the label. Only + // applies when the name is shown — the nameless case spaces fine on its own. + {name ?? t("AI agent")} )}