From 14df7bebac9d9d494c6ff6d1fa01aa2ea2164086 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Mon, 24 Mar 2025 15:49:29 +0800 Subject: [PATCH] Revert "fix overflow" This reverts commit 2a39ff885acb4cddb97c75fb021f32bbb0e17e5a. --- 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 62e49b0..e0dcb11 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-0", { +const chatBubbleMessageVariants = cva("p-4", { variants: { variant: { received: