fix overflow
This commit is contained in:
@@ -69,7 +69,7 @@ const ChatBubbleAvatar: React.FC<ChatBubbleAvatarProps> = ({
|
||||
);
|
||||
|
||||
// ChatBubbleMessage
|
||||
const chatBubbleMessageVariants = cva("p-4", {
|
||||
const chatBubbleMessageVariants = cva("p-0", {
|
||||
variants: {
|
||||
variant: {
|
||||
received:
|
||||
|
||||
Reference in New Issue
Block a user