diff --git a/static/haddock/style.css b/static/haddock/style.css index a17c848..3577fba 100644 --- a/static/haddock/style.css +++ b/static/haddock/style.css @@ -311,9 +311,10 @@ div#style-menu-holder { display: none; } -#synopsis { - display: none; -} +/* Fixes: https://github.com/fpco/stackage-server/issues/222 */ +/* #synopsis { */ +/* display: none; */ +/* } */ .no-frame #synopsis { display: block;