Explorar el Código

CSS: Fix regression. Make sure notifications div maintains height

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

+ 4 - 0
sass/_chatbox.scss

@@ -235,6 +235,10 @@
                 font-style: italic;
                 line-height: var(--line-height-small);
                 padding: 0 1em 0.3em;
+
+                &:before {
+                    content: " ";
+                }
             }
 
             video {