ソースを参照

CSS fix: prevent zalgo text from going out of vertical bounds

JC Brand 2 年 前
コミット
36cb7a644e
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/shared/styles/messages.scss

+ 1 - 0
src/shared/styles/messages.scss

@@ -183,6 +183,7 @@
                 white-space: pre-wrap;
                 word-wrap: break-word;
                 word-break: break-word;
+                overflow-y: hidden;
                 a {
                     word-wrap: break-word;
                     word-break: break-all;