]> source.dussan.org Git - nextcloud-server.git/commitdiff
jQuery UI dropdown: correct max-height of 4 1/2 entries 2194/head
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 17 Nov 2016 22:48:42 +0000 (23:48 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 17 Nov 2016 22:48:42 +0000 (23:48 +0100)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
core/css/share.css

index b2c47608933d9012cab7d149f27d7ec5d1472728..48b037a0f820e5aaac8601ea46cfd8279e701182 100644 (file)
@@ -182,9 +182,9 @@ a.showCruds:hover,a.unshare:hover {
 }
 
 .ui-autocomplete { /* limit dropdown height to 4 1/2 entries */
-       max-height:103px;
-       overflow-y:auto;
-       overflow-x:hidden;
+       max-height: 200px;
+       overflow-y: auto;
+       overflow-x: hidden;
 }
 
 .notCreatable {