From 8f1a5612d13fe6d68becab2aa45d06904561ba62 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 20 Dec 2024 14:54:58 +0200 Subject: [PATCH] style fix --- frontend/less/espo/custom.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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); + } + } + } } }