From: Stas Vilchik Date: Mon, 20 Oct 2014 08:50:36 +0000 (+0200) Subject: SONAR-5736 The select list component does not fetch more than one page X-Git-Tag: 4.5.1-RC1~19 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=073b6e8910d02fe974f9a45f404e1e0910e39288;p=sonarqube.git SONAR-5736 The select list component does not fetch more than one page --- diff --git a/server/sonar-web/src/main/less/select-list.less b/server/sonar-web/src/main/less/select-list.less index d608d665000..e03bd93ba59 100644 --- a/server/sonar-web/src/main/less/select-list.less +++ b/server/sonar-web/src/main/less/select-list.less @@ -20,7 +20,7 @@ } .select-list-list-container.loading .select-list-list { - display: none; + visibility: hidden; } .select-list-list-container-readonly {