diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-11-13 16:38:52 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-11-13 16:38:52 +0100 |
commit | a8d522fc560db7f7f13d1fac4ea65ae56d5e1162 (patch) | |
tree | 77b51c17df3d0fa5eeb11a16aa5b7d0f3d7403cb /server/sonar-web/src/main/less/components/issues.less | |
parent | 2c8ac4e722b3031f86bbefc1d8496aef0527f7ea (diff) | |
download | sonarqube-a8d522fc560db7f7f13d1fac4ea65ae56d5e1162.tar.gz sonarqube-a8d522fc560db7f7f13d1fac4ea65ae56d5e1162.zip |
SONAR-5718 Different fixes
Diffstat (limited to 'server/sonar-web/src/main/less/components/issues.less')
-rw-r--r-- | server/sonar-web/src/main/less/components/issues.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/less/components/issues.less b/server/sonar-web/src/main/less/components/issues.less index a372a192b1f..2307403f626 100644 --- a/server/sonar-web/src/main/less/components/issues.less +++ b/server/sonar-web/src/main/less/components/issues.less @@ -92,7 +92,7 @@ .issue-meta-label { display: inline-block; vertical-align: top; - max-width: 80px; + max-width: 110px; .text-ellipsis; } @@ -128,7 +128,7 @@ .issue-comment-author { display: table-cell; vertical-align: top; - max-width: 100px; + max-width: 130px; line-height: 18px; color: @secondFontColor; .text-ellipsis; |