diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-02-03 14:53:01 +0100 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-02-03 14:53:06 +0100 |
commit | b06713b54b2ac6ba5a34150aacef718843291138 (patch) | |
tree | 909651210c5fdfae645e9b5997306c1a1998589c /sonar-server | |
parent | c8de210259f0c3c05c98201c342691e8627a8609 (diff) | |
download | sonarqube-b06713b54b2ac6ba5a34150aacef718843291138.tar.gz sonarqube-b06713b54b2ac6ba5a34150aacef718843291138.zip |
SONAR-4326 Add explicit CSS block to fix display of coding rule in source code viewer
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |