From f9eaf6b7f9f2a3d33f333fe1966e025925b5382b Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 5 Mar 2013 15:31:28 +0100 Subject: [PATCH] Fix alignment in duplications --- sonar-server/src/main/webapp/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 214ca450c84..51901543a31 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -893,7 +893,7 @@ span.rulename a:hover { } .duplications td.item p { - padding: 3px 10px; + padding: 3px 5px; } .duplications td.fileItem { -- 2.39.5