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);