소스 검색

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;
                 line-height: var(--line-height-small);
                 padding: 0 1em 0.3em;
+
+                &:before {
+                    content: " ";
+                }
             }
 
             video {