From 7428018173c8d287b6d6b18359f9a3412bfa60d9 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Mon, 23 Dec 2024 15:00:32 +0800 Subject: [PATCH] remove max-w-[60%] --- src/components/ui/chat/chat-bubble.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {