From b06713b54b2ac6ba5a34150aacef718843291138 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lievremont Date: Mon, 3 Feb 2014 14:53:01 +0100 Subject: [PATCH] SONAR-4326 Add explicit CSS block to fix display of coding rule in source code viewer --- sonar-server/src/main/webapp/stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 9be0387d319..3ffcdc9bada 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -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; -- 2.39.5