ソースを参照

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);