From a5371d9a528fbc68149fcf61873ceab37305cab5 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 12 Sep 2023 10:36:26 +0300 Subject: [PATCH] css fix --- frontend/less/espo/custom.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 61ed22c562..fccc91b519 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -844,6 +844,15 @@ input.global-search-input { } } +#main > { + .list-container.list-container-panel { + > .list { + border-left-width: var(--panel-border-width); + border-right-width: var(--panel-border-width); + } + } +} + .none-value { user-select: none; }