mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-28 14:18:04 -05:00
Fix chat messages weird wrapping
This commit is contained in:
@@ -1355,7 +1355,7 @@ dialog::backdrop {
|
||||
|
||||
.chat__message__contents {
|
||||
font-size: var(--fonts-sm);
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.chat__message__contents.pending {
|
||||
|
||||
Reference in New Issue
Block a user