瀏覽代碼

Fix issue with chat notifications being cut off

JC Brand 1 年之前
父節點
當前提交
978d465508
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/plugins/chatview/styles/chatbox.scss

+ 1 - 1
src/plugins/chatview/styles/chatbox.scss

@@ -175,7 +175,7 @@
             }
 
             .chat-content__notifications {
-                height: 1.7em;
+                display: block;
                 white-space: pre;
                 background-color: var(--chat-content-background-color);
                 color: var(--subdued-color);