From fd632de294187bf79f34fbc8aac70c54328158b8 Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Fri, 13 May 2022 15:50:16 +0300 Subject: [PATCH] [openaire-theme | Trunk]: In class .uk-dropdown.options, updated max-height: 216px to be enough for 6 entities (5 old + services). --- css/structure/input.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/structure/input.css b/css/structure/input.css index 366acd4..8903131 100644 --- a/css/structure/input.css +++ b/css/structure/input.css @@ -202,7 +202,7 @@ /* Options */ .uk-dropdown.options { - max-height: 200px; + max-height: 216px; /* 34px each line height, 5+5 margin top+bottom, 1+1 border top+bottom */ overflow: auto; }