From 896f6028b94187b8e650be3f4dfaaaccfa3d31d7 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sun, 12 Nov 2023 11:51:35 +0200 Subject: [PATCH] css fix --- frontend/less/espo/custom.less | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index a0ad520ef3..5ff163bb77 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -3575,6 +3575,7 @@ body > .autocomplete-suggestions.text-search-suggestions { } .iti__country-list { + margin-top: 1px; // To match positioning of other dropdowns. z-index: 5; max-height: 300px; background-color: var(--dropdown-bg);