]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4326 Add explicit CSS block to fix display of coding rule in source code viewer
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Mon, 3 Feb 2014 13:53:01 +0000 (14:53 +0100)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Mon, 3 Feb 2014 13:53:06 +0000 (14:53 +0100)
sonar-server/src/main/webapp/stylesheets/style.css

index 9be0387d3199981a75893ed0bc93c93d8af12ab7..3ffcdc9badac92c5bd926c86eec2d5511ee4b809 100644 (file)
@@ -2488,6 +2488,10 @@ div.rule-title {
   clear: right;
 }
 
+.code-issue .rule-desc {
+  float: none;
+}
+
 .rule-status, .rule-tags {
   display: inline-block;
   margin-left: 10px;