# HG changeset patch # User bsw # Date 1405541142 -7200 # Node ID 9ed6e0389854ce0f256195da45e8090d207a9ccd # Parent e96d63b7a5e2a61650c7ade22478dc1ee237a95f Set max-height instead of height for folded suggestions diff -r e96d63b7a5e2 -r 9ed6e0389854 static/lf3.css --- a/static/lf3.css Wed Jul 16 22:00:49 2014 +0200 +++ b/static/lf3.css Wed Jul 16 22:05:42 2014 +0200 @@ -1066,7 +1066,7 @@ border-top: 3px solid #397ab6; } .suggestions .suggestion.folded .suggestion-text { - height: 150px; + max-height: 150px; overflow: hidden; } .suggestions .suggestion.folded .suggestion-more {