Explorar o código

Fix issue with chat notifications being cut off

JC Brand hai 1 ano
pai
achega
978d465508
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);