From da4f68b80a8225772c59262c3b2ca104be7fe13f Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 17 Nov 2016 17:21:20 +0100 Subject: [PATCH] select2: make sure dropdown always shows a last half entry to hint at more Signed-off-by: Jan-Christoph Borchardt --- core/css/inputs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/inputs.css b/core/css/inputs.css index 2172c2c4c0f..75b9b34bf85 100644 --- a/core/css/inputs.css +++ b/core/css/inputs.css @@ -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; } -- 2.39.5