From 978a502b080eacc49cc57d97a03ae055660f30f9 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Thu, 12 Sep 2013 11:26:46 +0200 Subject: [PATCH] SONAR-4653 fix rendering in code viewers --- sonar-server/src/main/webapp/stylesheets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 047aafcd87c..de50ffe70e2 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -1843,8 +1843,8 @@ ul.bullet li { } .rule-desc pre { - margin: 10px 0; - padding: 10px; + margin: 10px 0 !important; + padding: 10px !important; border: 1px dashed #aaa; font-size: 12px; font-family: monospace;; -- 2.39.5