From 10571f5e585329b3bf3d445e204c81b605e7796a Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Thu, 3 Aug 2017 16:59:41 +0000 Subject: [PATCH] Fixed that icons are truncated on the repository view. git-svn-id: http://svn.redmine.org/redmine/trunk@16947 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/scm.css | 4 ++++ 1 file changed, 4 insertions(+) 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;