浏览代码

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;