]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5634 Fix facet list height to prevent flicker on loading
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Fri, 10 Oct 2014 14:51:13 +0000 (16:51 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Tue, 14 Oct 2014 12:53:03 +0000 (14:53 +0200)
server/sonar-web/src/main/less/coding-rules.less

index 02220f1eaab1614fca89bb008a53d4513fa9c5e8..23f96841f69fbc4cddd4846c714b9705df23ebb9 100644 (file)
@@ -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;
   }