From 9902f1af6edc0b6c0a935fb3578715d20636d76e Mon Sep 17 00:00:00 2001 From: randx Date: Mon, 22 Oct 2012 23:49:21 +0300 Subject: [PATCH] Reduce line-height for commits diff lines --- app/assets/stylesheets/sections/commits.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/sections/commits.scss b/app/assets/stylesheets/sections/commits.scss index 1da812750c3..139d734778c 100644 --- a/app/assets/stylesheets/sections/commits.scss +++ b/app/assets/stylesheets/sections/commits.scss @@ -101,6 +101,11 @@ } } + table { + td { + line-height:18px; + } + } } .diff_file_content_image { background:#eee; -- GitLab