From 8a7a4cb33d6638fbf0431cb99b153864f5249a1a Mon Sep 17 00:00:00 2001 From: Steeven Bosse Date: Thu, 22 Feb 2018 21:20:55 -0500 Subject: [PATCH] Issue #4819 : Increase max height of combobox, so they can show more item --- css/80_app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/80_app.css b/css/80_app.css index 6fc8cc30b..aa53474eb 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -1886,7 +1886,7 @@ div.combobox { box-shadow: 0 4px 10px 1px rgba(0,0,0,.2); margin-top: -1px; background: white; - max-height: 120px; + max-height: 245px; overflow-y: auto; overflow-x: hidden; border: 1px solid #ccc;