diff --git a/pub/work/src/css/main.css b/pub/work/src/css/main.css index 4346f818e..069c30172 100644 --- a/pub/work/src/css/main.css +++ b/pub/work/src/css/main.css @@ -315,7 +315,7 @@ h1.leader:after { margin: 0.5rem 0 0.5rem 2rem; } .item .discussion { - max-height: 18rem; + max-height: 9rem; overflow-x: hidden; overflow-y: scroll; } diff --git a/pub/work/src/css/main.styl b/pub/work/src/css/main.styl index a7083a210..c0c3df079 100644 --- a/pub/work/src/css/main.styl +++ b/pub/work/src/css/main.styl @@ -239,7 +239,7 @@ h1.leader:after margin .5rem 0 .5rem 2rem .discussion - max-height 18rem + max-height 9rem overflow-x hidden overflow-y scroll