Browse Source

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

JC Brand 2 years ago
parent
commit
36cb7a644e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/shared/styles/messages.scss

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

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