]> source.dussan.org Git - nextcloud-server.git/commitdiff
select2: make sure dropdown always shows a last half entry to hint at more
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 17 Nov 2016 16:21:20 +0000 (17:21 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 17 Nov 2016 16:21:20 +0000 (17:21 +0100)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
core/css/inputs.css

index 2172c2c4c0fce8041de7b46a7a44ed2d6343aed0..75b9b34bf859f93902026c26fe7c1eeea981e3ca 100644 (file)
@@ -254,7 +254,7 @@ select:hover {
        position: relative !important;
 }
 .select2-results {
-       max-height: 220px !important;
+       max-height: 250px !important;
        margin: 0 !important;
        padding: 0 !important;
 }