From 67ca80bcaf3ceadcb672a526b9f557739e4bbbb7 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Tue, 28 Oct 2014 09:17:09 +0100 Subject: [PATCH] SONAR-5788 DSM table doesn't correctly wrap values --- server/sonar-web/src/main/less/dsm.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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; -- 2.39.5