From 19984e6e4e9af59c796b56de431a9d068be4dbdd Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 7 Nov 2022 22:40:40 +0200 Subject: [PATCH] css fix --- client/res/templates/modals/mass-update.tpl | 2 +- frontend/less/espo/elements/panel.less | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/client/res/templates/modals/mass-update.tpl b/client/res/templates/modals/mass-update.tpl index 94b12cde70..effdb9e651 100644 --- a/client/res/templates/modals/mass-update.tpl +++ b/client/res/templates/modals/mass-update.tpl @@ -1,5 +1,5 @@
-
+
{{#unless fieldList}} {{translate 'No fields available for Mass Update'}} diff --git a/frontend/less/espo/elements/panel.less b/frontend/less/espo/elements/panel.less index 2894455d45..46d8cac313 100644 --- a/frontend/less/espo/elements/panel.less +++ b/frontend/less/espo/elements/panel.less @@ -28,6 +28,10 @@ .panel > .panel-body.panel-body-form { padding-bottom: @panel-padding - @form-group-margin-bottom; + + > .button-container { + padding-bottom: 12px; + } } .panel-body > .no-margin {