瀏覽代碼

CSS: Fix regression. Make sure notifications div maintains height

JC Brand 5 年之前
父節點
當前提交
6453ee16d2
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      sass/_chatbox.scss

+ 4 - 0
sass/_chatbox.scss

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