ソースを参照

Line clamping when quoting text (#767)

Quoted messages don't fill the whole conversation any more.
It doesn't show an ellipsis for now.
Joel 6 年 前
コミット
a214444bc3
1 ファイル変更2 行追加0 行削除
  1. 2 0
      src/sass/sections/_conversation.scss

+ 2 - 0
src/sass/sections/_conversation.scss

@@ -63,6 +63,8 @@
         .message-quote {
             @include word-wrap;
             max-width: 85%;
+            max-height: 9.4em;
+            overflow: hidden;
             line-height: 1.3em;
         }
     }