fix: use overflow-wrap break-word for chat text to prevent mid-word splits (#25013)
This commit is contained in:
parent
a95a0be133
commit
a561e4ff68
@ -1843,8 +1843,8 @@
|
||||
|
||||
/* Chat text */
|
||||
.chat-text {
|
||||
overflow-wrap: anywhere;
|
||||
word-break: break-word;
|
||||
overflow-wrap: break-word;
|
||||
word-break: normal;
|
||||
color: var(--chat-text);
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user