From d60a49a1bf05da47eafbe9732bcf79de9ed3068b Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 16 Jun 2025 15:59:16 +0300 Subject: [PATCH] css fix --- frontend/less/espo/custom.less | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 36989fac9f..c2e0645748 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -4107,17 +4107,15 @@ body > .autocomplete-suggestions.text-search-suggestions { width: var(--220px); } - &:has(.popover-content > .list > table) { - padding-left: 0; - padding-right: 0; - } - .popover-content { &:has(> .list > table) { padding: 0; } > .list > table { + margin-left: var(--minus-1px); + margin-right: var(--minus-1px); + > tbody { > tr { > td:first-child {