From: Jean-Philippe Lang Date: Thu, 3 Aug 2017 16:59:41 +0000 (+0000) Subject: Fixed that icons are truncated on the repository view. X-Git-Tag: 4.0.0~525 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=10571f5e585329b3bf3d445e204c81b605e7796a;p=redmine.git Fixed that icons are truncated on the repository view. git-svn-id: http://svn.redmine.org/redmine/trunk@16947 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/scm.css b/public/stylesheets/scm.css index 1f5d86e8a..946b85ed5 100644 --- a/public/stylesheets/scm.css +++ b/public/stylesheets/scm.css @@ -1,3 +1,7 @@ +table.entries a { + padding-top: 2px; + padding-bottom: 2px; +} table.revision-info td { margin: 0px;