From 30e786225e665f44676ed6f1c6d5200e68b3a378 Mon Sep 17 00:00:00 2001
From: eai04191 <eai@mizle.net>
Date: Sun, 6 Nov 2022 05:03:58 +0900
Subject: [PATCH] Remove word-break:keep-all from Dismissable banner message
 (#19799)

---
 app/javascript/styles/mastodon/components.scss | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index 542a2ce1b4..28b06b5912 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 {
-- 
GitLab