Преглед на файлове

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 преди 7 години
родител
ревизия
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;
         }
     }