remove max-w-[60%]

This commit is contained in:
2024-12-23 15:00:32 +08:00
parent 926f3bea5c
commit 7428018173

View File

@@ -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: {