From 4b6eb56415c2085bc9078836b70b833b1e01a60d Mon Sep 17 00:00:00 2001 From: Florian Orben Date: Sat, 31 Oct 2015 04:46:35 +0100 Subject: collapse text after 700 chars or 5 line breaks --- web/sass-files/sass/partials/_post.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web/sass-files') diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index dd88e6e16..db03a1578 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -645,6 +645,9 @@ body.ios { width: 100%; } } + .attachment__text p:last-of-type { + display: inline-block; + } .attachment__thumb-pretext { margin-left: 5px; } -- cgit v1.2.3-1-g7c22