Pārlūkot izejas kodu

Fix issue with chat notifications being cut off

JC Brand 1 gadu atpakaļ
vecāks
revīzija
978d465508
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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);