changeset 4432:3c534752f2f4

pull requests: wrap long lines in diff instead of truncating them A horizontal scrollbar would not be a convenient solution.
author Mads Kiilerich <madski@unity3d.com>
date Tue, 12 Aug 2014 13:08:23 +0200
parents 44ae84b422ad
children dacbd7f15ba2
files kallithea/public/css/style.css
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Tue Aug 12 13:08:23 2014 +0200
+++ b/kallithea/public/css/style.css	Tue Aug 12 13:08:23 2014 +0200
@@ -5086,8 +5086,9 @@
 table.code-difftable .code pre {
     margin: 0;
     padding: 0;
-    height: 17px;
+    min-height: 17px;
     line-height: 17px;
+    white-space: pre-wrap;
 }
 
 .add-bubble {