diff --git a/app/assets/stylesheets/sections/commits.scss b/app/assets/stylesheets/sections/commits.scss index 1da8127..139d734 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; -- libgit2 0.21.2