]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4326 Pinpoint CSS block to fix display of coding rules in coding rules page
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Mon, 3 Feb 2014 15:01:41 +0000 (16:01 +0100)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Mon, 3 Feb 2014 15:01:49 +0000 (16:01 +0100)
sonar-server/src/main/webapp/stylesheets/style.css

index 3ffcdc9badac92c5bd926c86eec2d5511ee4b809..3b3d36e771c03ee28667edc6534706916e34f492 100644 (file)
@@ -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;