From a0cc0a5f30823abafe1ea41cd59eb91dd0676e68 Mon Sep 17 00:00:00 2001 From: James Koster Date: Wed, 12 Apr 2023 11:13:37 +0100 Subject: [PATCH] modal height --- .../edit-site/src/components/start-template-options/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/edit-site/src/components/start-template-options/style.scss b/packages/edit-site/src/components/start-template-options/style.scss index 3582551055a9d4..ebbc1d7421941e 100644 --- a/packages/edit-site/src/components/start-template-options/style.scss +++ b/packages/edit-site/src/components/start-template-options/style.scss @@ -3,7 +3,7 @@ // and height are used instead of max-(width/height). @include break-small() { width: calc(100% - #{ $grid-unit-20 * 2 }); - height: calc(100% - #{ $header-height * 2 }); + height: auto; } @include break-medium() { width: 95%;