From: Stas Vilchik Date: Tue, 28 Oct 2014 08:17:09 +0000 (+0100) Subject: SONAR-5788 DSM table doesn't correctly wrap values X-Git-Tag: 4.5.1~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=67ca80bcaf3ceadcb672a526b9f557739e4bbbb7;p=sonarqube.git SONAR-5788 DSM table doesn't correctly wrap values --- diff --git a/server/sonar-web/src/main/less/dsm.less b/server/sonar-web/src/main/less/dsm.less index dfad4b98a07..f41f4ffc461 100644 --- a/server/sonar-web/src/main/less/dsm.less +++ b/server/sonar-web/src/main/less/dsm.less @@ -48,7 +48,7 @@ .dsm-body-title { position: relative; vertical-align: middle; - padding: 2px 15px 2px 4px; + padding: 2px 32px 2px 4px; border-right: 2px solid darken(@barBorderColor, 8%) !important; color: @baseFontColor; cursor: pointer; @@ -114,8 +114,9 @@ } .dsm-body-title-package-tangles { - float: right; - margin: 0 -10px 0 10px; + position: absolute; + top: 50%; right: 4px; + margin-top: -10px; padding: 2px 5px; border-radius: 20px; background: @red;