Преглед изворни кода

Fix issue with chat notifications being cut off

JC Brand пре 1 година
родитељ
комит
978d465508
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/plugins/chatview/styles/chatbox.scss

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

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