From 40ac6c7aec31e14e82a14bad782e4b74665a8076 Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Wed, 13 Dec 2023 13:11:38 +0000 Subject: [PATCH] Fix layout of nested sections --- .../design/settings/controls/FormStepConfiguration.svelte | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/builder/src/components/design/settings/controls/FormStepConfiguration.svelte b/packages/builder/src/components/design/settings/controls/FormStepConfiguration.svelte index 6a69079e90..f91f398fe7 100644 --- a/packages/builder/src/components/design/settings/controls/FormStepConfiguration.svelte +++ b/packages/builder/src/components/design/settings/controls/FormStepConfiguration.svelte @@ -167,4 +167,7 @@ margin: 0 calc(-1 * var(--spacing-xl)) calc(-1 * var(--spacing-xl)) calc(-1 * var(--spacing-xl)); } + .nested-section :global(.property-panel) { + padding-top: 0; + }