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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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;