From a612e9b0ca0d5c7b2b5b130da646cc1da066b7b4 Mon Sep 17 00:00:00 2001 From: cballevre Date: Mon, 30 Jan 2023 18:18:19 +0100 Subject: [PATCH] fix: Increase height for support modal Adapted the height to match the change in the support form which increased with the consent checkbox --- src/styles/supportModal.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/supportModal.css b/src/styles/supportModal.css index 0c72ba451..c834df6df 100644 --- a/src/styles/supportModal.css +++ b/src/styles/supportModal.css @@ -4,7 +4,7 @@ [role=banner] .coz-support-modal .coz-support-intent-wrapper .coz-intent { width: 100%; - height: 24em; + height: 26em; border: none; } @@ -15,6 +15,6 @@ @media (max-width: 48em) { [role=banner] .coz-support-modal .coz-support-intent-wrapper .coz-intent { - height: 27em; + height: 28em; } }