Fixed chat

This commit is contained in:
MaksSlyzar 2026-04-18 18:28:29 +03:00
parent e7f98d1228
commit b75e7010b8

View File

@ -214,7 +214,10 @@
.message.system .msg-text { .message.system .msg-text {
color: #888; color: #888;
word-break: break-word;
overflow-wrap: anywhere;
font-style: italic; font-style: italic;
white-space: pre-wrap;
} }
.chat-input-area { .chat-input-area {