[Glitch] Fix word breaking in filtered notifications badge
Port 616e2f2666
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
3789d9f825
commit
b6ada33ad4
1 changed files with 1 additions and 0 deletions
|
@ -10733,6 +10733,7 @@ noscript {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
|
word-break: keep-all;
|
||||||
|
|
||||||
&__badge {
|
&__badge {
|
||||||
background: $ui-button-background-color;
|
background: $ui-button-background-color;
|
||||||
|
|
Loading…
Reference in a new issue