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 @@ -1510,10 +1510,9 @@ tr.out-of-range { #graph_content tr td.mid .message, #graph_content_pr .compare_view_commits .message { - white-space: pre-wrap; + white-space: nowrap; padding: 0; overflow: hidden; - height: 1.2em; } #graph_content_pr .compare_view_commits .message { diff --git a/kallithea/templates/changelog/changelog.html b/kallithea/templates/changelog/changelog.html --- a/kallithea/templates/changelog/changelog.html +++ b/kallithea/templates/changelog/changelog.html @@ -104,12 +104,16 @@ ${self.repo_context_bar('changelog', c.f