From 8a5204bc4ceb9b11f894e8717434d4ad203a76ce Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 12 Sep 2022 12:03:26 +0300 Subject: [PATCH] css fix --- frontend/less/espo/custom.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 09ce4bcd5d..7df01116b5 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -1045,6 +1045,10 @@ input.global-search-input { &:last-child { margin-bottom: 0; } + + > input[type=checkbox] { + margin: 3px 3px 0 0; + } } .multi-enum-item-label-container {