remove max-w-[60%]
This commit is contained in:
@@ -7,7 +7,7 @@ import { Button, ButtonProps } from "../button";
|
|||||||
|
|
||||||
// ChatBubble
|
// ChatBubble
|
||||||
const chatBubbleVariant = cva(
|
const chatBubbleVariant = cva(
|
||||||
"flex gap-2 max-w-[60%] items-end relative group",
|
"flex gap-2 items-end relative group",
|
||||||
{
|
{
|
||||||
variants: {
|
variants: {
|
||||||
variant: {
|
variant: {
|
||||||
|
|||||||
Reference in New Issue
Block a user