diff options
author | eai04191 <eai@mizle.net> | 2022-11-06 05:03:58 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-05 21:03:58 +0100 |
commit | 30e786225e665f44676ed6f1c6d5200e68b3a378 (patch) | |
tree | a25fdfc339e160f4c2da32dae0d004ae689eadf9 /app | |
parent | 312d616371096235f1f317041300b8220c447613 (diff) |
Remove word-break:keep-all from Dismissable banner message (#19799)
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 542a2ce1b..28b06b591 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -8331,7 +8331,6 @@ noscript { font-size: 14px; line-height: 18px; color: $primary-text-color; - word-break: keep-all; } &__action { |