]> cat aescling's git repositories - mastodon.git/commitdiff
Fix bad word breaking on conversations (#12039)
authorCutls <web-pro@cutls.com>
Tue, 1 Oct 2019 22:39:56 +0000 (07:39 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 1 Oct 2019 22:39:56 +0000 (00:39 +0200)
* Fix bad word breaking

* Fix style

* Fix style

app/javascript/styles/mastodon/components.scss

index f5dbe3f5c222dd54222de2dfbef1ba8f3aadc575..433370dfdf6fc7daeb77510786f7bc3a779a5838 100644 (file)
@@ -6450,7 +6450,6 @@ noscript {
     flex: 1 1 auto;
     padding: 10px 5px;
     padding-right: 15px;
-    word-break: break-all;
     overflow: hidden;
 
     &__info {
@@ -6487,5 +6486,9 @@ noscript {
         }
       }
     }
+
+    a {
+      word-break: break-word;
+    }
   }
 }