Merge a561e4ff68ed446f8a0fa1d81276790841f94683 into 598f1826d8b2bc969aace2c6459824737667218c

This commit is contained in:
Saurabh Mishra 2026-03-21 08:48:33 +05:30 committed by GitHub
commit ccc510d892
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2471,8 +2471,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;
}