소스 검색

CSS: Set notifications container height

JC Brand 5 년 전
부모
커밋
3116f3dbe0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);