From bc6afa7e2aa2cd45f1d74bb59a8218cf066cbcbd Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 30 Oct 2024 18:14:07 +0200 Subject: [PATCH] style fix --- frontend/less/espo/elements/modal.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/less/espo/elements/modal.less b/frontend/less/espo/elements/modal.less index a873f1b1cf..34140d03cf 100644 --- a/frontend/less/espo/elements/modal.less +++ b/frontend/less/espo/elements/modal.less @@ -224,6 +224,11 @@ > .modal-dialog > .modal-content { border-radius: var(--panel-border-radius); + @media screen and (max-width: @screen-xs-max) { + // Already applied for wider screens. + box-shadow: var(--modal-box-shadow); + } + > .modal-header { border-top-left-radius: var(--panel-border-radius); border-top-right-radius: var(--panel-border-radius); @@ -240,6 +245,8 @@ } } } + + } .modal-body > .no-side-margin {