set chat bubble width to max

This commit is contained in:
2024-07-30 18:54:32 +08:00
parent c473fd496e
commit c123f9454a

View File

@@ -120,7 +120,7 @@ export default function Message(props: Props) {
} ${chat.hide ? "opacity-50" : ""}`}
>
<div
className={`chat-bubble ${
className={`chat-bubble max-w-full ${
chat.role === "assistant"
? renderColor
? "chat-bubble-neutral"