set chat bubble width to max
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user