From 6c952784bbdcfa3891368be697a8bdb00192550b Mon Sep 17 00:00:00 2001 From: PROxZIMA Date: Sun, 5 Sep 2021 16:09:24 +0530 Subject: [PATCH] Autosuggestion box min height added --- css/popups.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/popups.css b/css/popups.css index 1a36d5c..a3821f3 100644 --- a/css/popups.css +++ b/css/popups.css @@ -211,7 +211,7 @@ panel[type="autocomplete-richlistbox"] > .autocomplete-richlistbox { 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12) !important; - min-height: 161px !important; + min-height: 45px !important; } /* search panel gets special treatment; it has multiple children */