Commit 9902f1af6edc0b6c0a935fb3578715d20636d76e

Authored by randx
1 parent e51b2d58

Reduce line-height for commits diff lines

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
app/assets/stylesheets/sections/commits.scss
... ... @@ -101,6 +101,11 @@
101 101 }
102 102 }
103 103  
  104 + table {
  105 + td {
  106 + line-height:18px;
  107 + }
  108 + }
104 109 }
105 110 .diff_file_content_image {
106 111 background:#eee;
... ...