From b7cd1657b08a2a2e91c4b1f8821ae9ef76e1ca82 Mon Sep 17 00:00:00 2001 From: yuri Date: Fri, 26 Jan 2018 12:09:18 +0200 Subject: [PATCH] css 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 e90a0f26f1..fb0ad2b6f7 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -585,7 +585,7 @@ select[multiple].input-sm { } .panel-body .no-bottom-margin { - margin-bottom: -@panel-padding; + margin-bottom: -@panel-padding !important; } .table.less-padding > thead > tr > th,