mirror of https://github.com/tootsuite/mastodon
Fix word breaking in filtered notifications badge (#30114)
parent
88882fbbee
commit
616e2f2666
|
@ -10145,6 +10145,7 @@ noscript {
|
|||
font-weight: 500;
|
||||
font-size: 11px;
|
||||
line-height: 16px;
|
||||
word-break: keep-all;
|
||||
|
||||
&__badge {
|
||||
background: $ui-button-background-color;
|
||||
|
|
Loading…
Reference in New Issue