Explorar o código

CSS: Fix regression. Make sure notifications div maintains height

JC Brand %!s(int64=5) %!d(string=hai) anos
pai
achega
6453ee16d2
Modificáronse 1 ficheiros con 4 adicións e 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 {