From 2a39ff885acb4cddb97c75fb021f32bbb0e17e5a Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Thu, 20 Feb 2025 11:59:36 +0800 Subject: [PATCH] fix overflow --- 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 e0dcb11..62e49b0 100644 --- a/src/components/ui/chat/chat-bubble.tsx +++ b/src/components/ui/chat/chat-bubble.tsx @@ -69,7 +69,7 @@ const ChatBubbleAvatar: React.FC = ({ ); // ChatBubbleMessage -const chatBubbleMessageVariants = cva("p-4", { +const chatBubbleMessageVariants = cva("p-0", { variants: { variant: { received: