Commit 22d6ce987360638d75e574ca6663fe0e23dfccc0

Authored by Dmitriy Zaporozhets
2 parents 0b52c461 e975ed83

Merge pull request #3082 from devote/patch-1

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