From 6792e144101da525f7860e4e4c60e90bba2a4a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Tue, 28 Jul 2020 15:27:48 +0100 Subject: [PATCH] Prevent overlap of cp-modal close button with text. --- customize.dist/src/less2/include/modal.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/customize.dist/src/less2/include/modal.less b/customize.dist/src/less2/include/modal.less index 8ed10a1b2..08c0121fd 100644 --- a/customize.dist/src/less2/include/modal.less +++ b/customize.dist/src/less2/include/modal.less @@ -41,6 +41,7 @@ box-shadow: @variables_shadow; padding: @variables_padding; + padding-top: @variables_padding * 2; position: relative; //top: 15vh; bottom: 15vh; @@ -57,6 +58,11 @@ margin-bottom: 1em; } + & > p:not(.cp-modal-form) { + text-align: left; // XXX needs testing + margin-right: 30px; + } + .cp-modal-form { display: flex; flex-wrap: wrap;