Fix word breaking in filtered notifications badge (#30114)
This commit is contained in:
parent
88882fbbee
commit
616e2f2666
|
@ -10145,6 +10145,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 New Issue