From: Simon Brandhof Date: Thu, 12 Sep 2013 09:26:46 +0000 (+0200) Subject: SONAR-4653 fix rendering in code viewers X-Git-Tag: 3.7.1~5^2~11 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=978a502b080eacc49cc57d97a03ae055660f30f9;p=sonarqube.git SONAR-4653 fix rendering in code viewers --- 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;;