Browse Source

Fix issue with chat notifications being cut off

JC Brand 1 year ago
parent
commit
978d465508
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/plugins/chatview/styles/chatbox.scss

+ 1 - 1
src/plugins/chatview/styles/chatbox.scss

@@ -175,7 +175,7 @@
             }
             }
 
 
             .chat-content__notifications {
             .chat-content__notifications {
-                height: 1.7em;
+                display: block;
                 white-space: pre;
                 white-space: pre;
                 background-color: var(--chat-content-background-color);
                 background-color: var(--chat-content-background-color);
                 color: var(--subdued-color);
                 color: var(--subdued-color);