diff options
author | Jenkins CI <ci@sonarsource.com> | 2014-10-14 16:30:09 +0200 |
---|---|---|
committer | Jenkins CI <ci@sonarsource.com> | 2014-10-14 16:30:09 +0200 |
commit | 0ef3c7ba4091421f65977c77819c38bce79fdab8 (patch) | |
tree | ea54e45f47d2e7624f9d93e2d45eef9248dad44b /server/sonar-web/src/main/less | |
parent | cd802907369ae4ff25e8aaa6c93c7a3d2f8bcc17 (diff) | |
parent | 10d814b2819623c785e9752c5e30a50efc9ec546 (diff) | |
download | sonarqube-0ef3c7ba4091421f65977c77819c38bce79fdab8.tar.gz sonarqube-0ef3c7ba4091421f65977c77819c38bce79fdab8.zip |
Automatic merge from branch-4.5
* origin/branch-4.5:
SONAR-5634 Fix facet list height to prevent flicker on loading
SONAR-5713 Display note with note CSS class
SONAR-5538 Fix comparison page on projects when snapshot_id != null but referenced snapshot has disappeared
SONAR-5593 Better handling of profile overwrite on copy
Diffstat (limited to 'server/sonar-web/src/main/less')
-rw-r--r-- | server/sonar-web/src/main/less/coding-rules.less | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/less/coding-rules.less b/server/sonar-web/src/main/less/coding-rules.less index 02220f1eaab..23f96841f69 100644 --- a/server/sonar-web/src/main/less/coding-rules.less +++ b/server/sonar-web/src/main/less/coding-rules.less @@ -3,11 +3,14 @@ @import (reference) 'ui'; @import (reference) 'navigator/config'; -@facetsHeight: 40px; - +@facetsHeight: 36px; .coding-rules-page { + .navigator-facets { + min-height: 3 * @facetsHeight; + } + .navigator-results .spinner { margin: @navigatorPadding; } |