Commit a6f0c4dd6765017d972d64bf7027609ea566d6fa

Authored by Zambom
1 parent b4a2d0be

Changing mural comment section max height

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
amadeus/static/css/base/amadeus.css
... ... @@ -1113,7 +1113,7 @@ li.item .notify_badge {
1113 1113 }
1114 1114  
1115 1115 .comment-section {
1116   - max-height: 700px;
  1116 + max-height: 500px;
1117 1117 overflow-y: scroll;
1118 1118 border-top-width: 1px;
1119 1119 border-top-style: solid;
... ...