diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -208,6 +208,10 @@ div.rst-block pre, color: #B9B9B9; } +.inline-comments-general.show-general-status .hidden.general-only { + display: block !important; +} + .truncate { white-space: nowrap; overflow: hidden;