From e8b35820409dbd544ff45ec99273594af870cc4b Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 1 Feb 2022 17:13:31 +0200 Subject: [PATCH] css fix --- frontend/less/espo/custom.less | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 65f6adbe3b..09023fcce3 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -1246,16 +1246,22 @@ section { border-width: 0; border-bottom-width: 1px; } + > li.list-group-item:first-child { border-top-width: 1px; border-top-color: transparent; } + > li.list-group-item:last-child { border-bottom-width: 0; } } - +.panel.dashlet > .panel-body > .list-container > .list > .list-group { + > li.list-group-item:last-child { + border-bottom-width: 1px; + } +} table.no-margin { margin-bottom: 0;