From 73533080f6215fc4e2f02882e65626083cf160bb Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 13 Apr 2023 11:25:46 +0300 Subject: [PATCH] list bottom radius class --- frontend/less/espo/elements/panel.less | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/less/espo/elements/panel.less b/frontend/less/espo/elements/panel.less index 8b46c196ab..596fb702c0 100644 --- a/frontend/less/espo/elements/panel.less +++ b/frontend/less/espo/elements/panel.less @@ -598,6 +598,7 @@ body { } > .panel-body { + .list.bottom-border-radius, > .list-container:last-child > .list { border-bottom-left-radius: var(--panel-border-radius); border-bottom-right-radius: var(--panel-border-radius);