Skip to content

Commit aec44ee

Browse files
pieman1313KokoMilev
authored andcommitted
fix(apollo-vertex): assistant message buble width
1 parent cf21757 commit aec44ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/apollo-vertex/registry/ai-chat/components/ai-chat-message.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export function AiChatMessage({
4949
aria-hidden="true"
5050
/>
5151
</div>
52-
<div className="flex flex-col gap-1 w-[85%]">
52+
<div className="flex flex-col gap-1 max-w-[85%]">
5353
<span className="text-xs text-muted-foreground font-medium">
5454
{displayName}
5555
</span>

0 commit comments

Comments
 (0)