Explorar o código

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 %!s(int64=6) %!d(string=hai) anos
pai
achega
a214444bc3
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;
         }
     }