FIX: Chat messages wrap;
This commit is contained in:
@@ -171,6 +171,10 @@ body {
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.message {
|
||||
word-wrap: anywhere;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -177,7 +177,7 @@ const ChatPanel: React.FC<ChatPanelProps> = ({
|
||||
</span>
|
||||
</div>
|
||||
{/* Message content */}
|
||||
<div className="w-full text-[0.9em] mt-0.5em flex flex-col overflow-hidden break-words">
|
||||
<div className="message w-full text-[0.9em] mt-0.5em flex flex-col overflow-hidden" >
|
||||
{msg.message}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user