Fix word breaking in filtered notifications badge (#30114)

This commit is contained in:
mogaminsk
2024-05-02 18:40:18 +09:00
committed by GitHub
parent 88882fbbee
commit 616e2f2666

View File

@@ -10145,6 +10145,7 @@ noscript {
font-weight: 500;
font-size: 11px;
line-height: 16px;
word-break: keep-all;
&__badge {
background: $ui-button-background-color;