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" : ""}`}
|
} ${chat.hide ? "opacity-50" : ""}`}
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
className={`chat-bubble ${
|
className={`chat-bubble max-w-full ${
|
||||||
chat.role === "assistant"
|
chat.role === "assistant"
|
||||||
? renderColor
|
? renderColor
|
||||||
? "chat-bubble-neutral"
|
? "chat-bubble-neutral"
|
||||||
|
|||||||
Reference in New Issue
Block a user