diff --git a/src/components/ui/chat/chat-bubble.tsx b/src/components/ui/chat/chat-bubble.tsx index 9a70e58..ff89f00 100644 --- a/src/components/ui/chat/chat-bubble.tsx +++ b/src/components/ui/chat/chat-bubble.tsx @@ -7,7 +7,7 @@ import { Button, ButtonProps } from "../button"; // ChatBubble const chatBubbleVariant = cva( - "flex gap-2 max-w-[60%] items-end relative group", + "flex gap-2 items-end relative group", { variants: { variant: {