From: Jean-Baptiste Lievremont Date: Mon, 3 Feb 2014 15:01:41 +0000 (+0100) Subject: SONAR-4326 Pinpoint CSS block to fix display of coding rules in coding rules page X-Git-Tag: 4.2~285 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ed36d421b171ecc10618f04e73052f4a92cc7ae2;p=sonarqube.git SONAR-4326 Pinpoint CSS block to fix display of coding rules in coding rules page --- diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 3ffcdc9bada..3b3d36e771c 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -2483,15 +2483,12 @@ div.rule-title { clear: right; } -.rule-desc { +#result_table .rule-desc { + width: 100%; float: left; clear: right; } -.code-issue .rule-desc { - float: none; -} - .rule-status, .rule-tags { display: inline-block; margin-left: 10px;