diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-12-04 16:14:05 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-12-04 16:14:05 +0100 |
commit | 45728121b79935c9f30132c8bdd87d09e9c5c3a0 (patch) | |
tree | f6f830ef62c16701f329b26af281eaabe2074290 /server/sonar-web/src/main/less | |
parent | 9df8ed37f34ceb5d26045bf2d75a56b2fe80e172 (diff) | |
download | sonarqube-45728121b79935c9f30132c8bdd87d09e9c5c3a0.tar.gz sonarqube-45728121b79935c9f30132c8bdd87d09e9c5c3a0.zip |
SONAR-6946 apply feedback
Diffstat (limited to 'server/sonar-web/src/main/less')
-rw-r--r-- | server/sonar-web/src/main/less/components/graphics.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/less/components/graphics.less b/server/sonar-web/src/main/less/components/graphics.less index 690ecd7bfa4..56f71a07e7e 100644 --- a/server/sonar-web/src/main/less/components/graphics.less +++ b/server/sonar-web/src/main/less/components/graphics.less @@ -221,6 +221,7 @@ text.max-results-reached-message { margin-top: 10px; padding-top: 7px; border-top: 1px solid #E6E6E6; + line-height: 1.3; } .sonar-d3 .treemap-breadcrumbs-item { |