Explorar el Código

CSS: Set notifications container height

JC Brand hace 5 años
padre
commit
3116f3dbe0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      sass/_chatbox.scss

+ 1 - 0
sass/_chatbox.scss

@@ -223,6 +223,7 @@
             line-height: 1.3em;
 
             .chat-content__notifications {
+                height: 1em;
                 white-space: pre;
                 background-color: var(--chat-content-background-color);
                 color: var(--subdued-color);