diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 80b9a7a6a3..7fca1959aa 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -4012,6 +4012,18 @@ body > .autocomplete-suggestions.text-search-suggestions { &:has(> .list > table) { padding: 0; } + + > .list > table > tbody { + > tr { + > td:first-child { + padding-left: var(--14px); + } + + > td:last-child { + padding-right: var(--14px); + } + } + } } }