# HG changeset patch # User Mads Kiilerich # Date 2014-07-18 19:22:01 # Node ID ac9cd5659c2920151a183c9c8cf1380f1d44d60d # Parent 0111c18298a0629888d9b3cfc6f7e03f76a10212 old style: handle comment headers from PRs with long titles 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 @@ -4428,7 +4428,8 @@ div.rst-block pre { background: #f8f8f8; padding: 4px; border-bottom: 1px solid #ddd; - height: 18px; + min-height: 18px; + overflow: auto; } .comments .comment .meta img { @@ -4649,7 +4650,8 @@ form.comment-inline-form { background: #f8f8f8; padding: 4px; border-bottom: 1px solid #ddd; - height: 20px; + min-height: 20px; + overflow: auto; } .inline-comments .comment .meta img {