fix word breaks

This commit is contained in:
Henry Jameson 2025-04-03 10:56:19 +03:00
commit 36ce62efab
14 changed files with 24 additions and 24 deletions

View file

@ -2,8 +2,8 @@
.Notification {
border-bottom: 1px solid;
border-color: var(--border);
word-wrap: break-word;
word-break: break-all;
overflow-wrap: break-word;
text-wrap: pretty;
&.Status {
/* stylelint-disable-next-line declaration-no-important */
@ -31,8 +31,6 @@
& .status-username,
& .mute-thread,
& .mute-words {
word-wrap: normal;
word-break: normal;
white-space: nowrap;
}