From: Stas Vilchik Date: Thu, 8 Jan 2015 15:35:36 +0000 (+0100) Subject: SONAR-5966 Make the issue box more compact X-Git-Tag: latest-silver-master-#65~280 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=91b12c9203cdc1bfca80ff4f63c9501b16327f16;p=sonarqube.git SONAR-5966 Make the issue box more compact Fix width of the issue message --- diff --git a/server/sonar-web/src/main/less/components/issues.less b/server/sonar-web/src/main/less/components/issues.less index 99b9c8dd027..2b8fd5a4f7e 100644 --- a/server/sonar-web/src/main/less/components/issues.less +++ b/server/sonar-web/src/main/less/components/issues.less @@ -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;