From 74f267edb1b996eb83c06a2b0ebb02414073abd8 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 22 Aug 2025 10:46:11 +0300 Subject: [PATCH] style fix --- frontend/less/espo/custom.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 3c739a5bd6..b4f9270923 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -998,7 +998,7 @@ input.global-search-input { } .filter .field .link-container .list-group-item a[role="button"] { - margin-top: var(--1px); + margin-top: 0; margin-left: var(--2px); }