# HG changeset patch # User Mads Kiilerich # Date 2014-08-12 13:08:23 # Node ID 3c534752f2f4b675d713bc0516a2c92e1889ad47 # Parent 44ae84b422ade4ae4622035e458080217e71e153 pull requests: wrap long lines in diff instead of truncating them A horizontal scrollbar would not be a convenient solution. 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 @@ -5086,8 +5086,9 @@ table.code-difftable .code td { table.code-difftable .code pre { margin: 0; padding: 0; - height: 17px; + min-height: 17px; line-height: 17px; + white-space: pre-wrap; } .add-bubble {