changeset 4833:9488ba27f754

pull requests commit overview: respect newlines and indentation (Issue #79) Before this commit, commit messages in the pull request commit overview would be handled like any other text in HTML, with newlines and multiple whitespace being irrelevant. Remove an overrule in the CSS so that the 'white-space' property remains at 'pre-wrap', causing newlines and indentation in commit messages are properly respected in this overview. As a positive effect, only the first line of the commit message is shown by default, just like in standard version control commands like 'hg log'.
author Thomas De Schampheleire <thomas.de_schampheleire@alcatel-lucent.com>
date Mon, 09 Feb 2015 22:20:28 +0100
parents 319b16518227
children 15cb8156b10d
files kallithea/public/css/style.css
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Wed Feb 11 03:05:00 2015 +0100
+++ b/kallithea/public/css/style.css	Mon Feb 09 22:20:28 2015 +0100
@@ -2565,7 +2565,6 @@
 }
 
 #graph_content_pr .compare_view_commits .message {
-    white-space: normal !important;
     padding: 0 !important;
     height: 1.1em;
 }