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