From 0515dce7ae010a3ca182c42f42377f801116fb57 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 9 Dec 2024 11:24:56 +0200 Subject: [PATCH] style fix --- frontend/less/espo/custom.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 5f17ec7cdc..ce5e6ea59b 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -3991,7 +3991,7 @@ body > .autocomplete-suggestions.text-search-suggestions { .iti__country-list { margin-top: var(--1px); // To match positioning of other dropdowns. z-index: 5; - max-height: calc(var(--300px) + var(--5px)); + max-height: calc(var(--300px) + var(--18px)); background-color: var(--dropdown-bg); border: var(--dropdown-border) solid var(--dropdown-border-width); border-radius: var(--dropdown-border-radius);