]> cat aescling's git repositories - mastodon.git/commitdiff
[Glitch] Fix bad word breaking on conversations
authorCutls <web-pro@cutls.com>
Tue, 1 Oct 2019 22:39:56 +0000 (07:39 +0900)
committerThibaut Girka <thib@sitedethib.com>
Thu, 3 Oct 2019 11:34:43 +0000 (13:34 +0200)
Port 733a3d20b089f67ec57b08ddcad19b8de212fd48 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
app/javascript/flavours/glitch/styles/components/index.scss

index d59c06e5e19cf9c9cbac5208d0aa38bda40beaf9..6f0d4c0bedd171f9aa93588460a8a07f6b064fb7 100644 (file)
     flex: 1 1 auto;
     padding: 10px 5px;
     padding-right: 15px;
-    word-break: break-all;
     overflow: hidden;
 
     &__info {
@@ -1525,6 +1524,10 @@ noscript {
         text-decoration: none;
       }
     }
+
+    a {
+      word-break: break-word;
+    }
   }
 }