about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/index.scss
diff options
context:
space:
mode:
authorCutls <web-pro@cutls.com>2019-10-02 07:39:56 +0900
committerThibaut Girka <thib@sitedethib.com>2019-10-03 13:34:43 +0200
commit685b6e197f2e4f42195f4a15a1538b379956aa90 (patch)
tree7dc21b206ab0b6df9afb2acacfbf1974230b1e0b /app/javascript/flavours/glitch/styles/components/index.scss
parentbadf02891ae9a5eed0f97ceda279e28f804b254f (diff)
[Glitch] Fix bad word breaking on conversations
Port 733a3d20b089f67ec57b08ddcad19b8de212fd48 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/index.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/index.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss
index d59c06e5e..6f0d4c0be 100644
--- a/app/javascript/flavours/glitch/styles/components/index.scss
+++ b/app/javascript/flavours/glitch/styles/components/index.scss
@@ -1454,7 +1454,6 @@
     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;
+    }
   }
 }