From a87e2fb5db7c9f57782e958c8a95e08f932a1058 Mon Sep 17 00:00:00 2001 From: yuri Date: Mon, 13 May 2019 10:25:57 +0300 Subject: [PATCH] css fix --- frontend/less/espo/custom.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index b98f01b021..2e34665ead 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -1840,6 +1840,11 @@ span.fas.color-icon { position: relative; } +td > span.fas.color-icon { + left: 0; + margin-right: 0; +} + #global-search-panel .panel-body .cell > .color-icon { margin-right: 5px; }