Commit e975ed836d10214c4891d7d6e2052c7485d40c72

Authored by Dmitrii Pakhtinov
1 parent c3659ef2

Distorted lines in `diff`

Distorted lines in `diff` when viewing files `windows-style-line-separator: \r\n`
Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
app/assets/stylesheets/sections/commits.scss
@@ -100,8 +100,9 @@ @@ -100,8 +100,9 @@
100 } 100 }
101 } 101 }
102 .line_content { 102 .line_content {
  103 + display: block;
103 white-space: pre; 104 white-space: pre;
104 - height: 14px; 105 + height: 18px;
105 margin: 0px; 106 margin: 0px;
106 padding: 0px; 107 padding: 0px;
107 border: none; 108 border: none;