From 0937c83746f4635a3c602d30df05ce9a2dd707b4 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 5 Apr 2022 14:44:38 +0300 Subject: [PATCH] fix array list css --- frontend/less/espo/custom.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index eabde4f56a..fdf904d710 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -928,7 +928,7 @@ ul.dropdown-menu > li.checkbox:last-child { } } -.field { +.field, .cell { .checklist-label { color: @text-color; margin-bottom: 0; @@ -943,14 +943,14 @@ ul.dropdown-menu > li.checkbox:last-child { .multi-enum-item-label-container { margin-bottom: 4px; + &:last-child { + margin-bottom: 0; + } .label-md { line-height: 1.5; } } - .multi-enum-item-label-container:last-child { - margin-bottom: 0; - } } .filter > .form-group .field {