From a6f0c4dd6765017d972d64bf7027609ea566d6fa Mon Sep 17 00:00:00 2001 From: Zambom Date: Thu, 6 Apr 2017 18:00:47 -0300 Subject: [PATCH] Changing mural comment section max height --- amadeus/static/css/base/amadeus.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index 7c45253..5a1b392 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -1113,7 +1113,7 @@ li.item .notify_badge { } .comment-section { - max-height: 700px; + max-height: 500px; overflow-y: scroll; border-top-width: 1px; border-top-style: solid; -- libgit2 0.21.2