From 51a6b304f2fb7e71f8474a5b299bb141433f7528 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 22 Mar 2022 10:53:36 +0200 Subject: [PATCH] modal css fix --- frontend/less/espo/custom.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 49c164a723..1fefe66353 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -3095,7 +3095,7 @@ a.close:focus { bottom: 0; display: grid; grid-gap: 10px; - width: calc(100% - 300px); + width: calc(100% - 100px); justify-content: end; @media screen and (max-width: (@screen-sm-min - 1px)) {