From e975ed836d10214c4891d7d6e2052c7485d40c72 Mon Sep 17 00:00:00 2001 From: Dmitrii Pakhtinov Date: Mon, 25 Feb 2013 12:21:38 +0400 Subject: [PATCH] Distorted lines in `diff` Distorted lines in `diff` when viewing files `windows-style-line-separator: \r\n` --- app/assets/stylesheets/sections/commits.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/sections/commits.scss b/app/assets/stylesheets/sections/commits.scss index a389a9ba..0df39298 100644 --- a/app/assets/stylesheets/sections/commits.scss +++ b/app/assets/stylesheets/sections/commits.scss @@ -100,8 +100,9 @@ } } .line_content { + display: block; white-space: pre; - height: 14px; + height: 18px; margin: 0px; padding: 0px; border: none;