summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormogaminsk <mgmnjp@icloud.com>2024-05-02 18:40:18 +0900
committerGitHub <noreply@github.com>2024-05-02 09:40:18 +0000
commit616e2f26668d578ae81043a3836e881178d3e806 (patch)
tree9378e44f47fc455bb9af70c083f6f008740e9277
parent88882fbbeefe0a5a91985a4c50c44f897e30aabd (diff)
Fix word breaking in filtered notifications badge (#30114)
-rw-r--r--app/javascript/styles/mastodon/components.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index 51596ec2444..12c987a02f3 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -10145,6 +10145,7 @@ noscript {
font-weight: 500;
font-size: 11px;
line-height: 16px;
+ word-break: keep-all;
&__badge {
background: $ui-button-background-color;