]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5966 Make the issue box more compact
authorStas Vilchik <vilchiks@gmail.com>
Thu, 8 Jan 2015 15:35:36 +0000 (16:35 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 8 Jan 2015 16:09:26 +0000 (17:09 +0100)
Fix width of the issue message

server/sonar-web/src/main/less/components/issues.less

index 99b9c8dd027f2bdc4d9ab3d6ee99600cf17c81ce..2b8fd5a4f7e9f8f7583fc989aacbeca1822667a3 100644 (file)
@@ -58,7 +58,7 @@
 
 .issue-message {
   padding-left: @leftPadding;
-  padding-right: 90px + @rightPadding;
+  padding-right: @rightPadding;
   line-height: 1.5;
   font-size: @baseFontSize;
   font-weight: 500;