diff --git a/frontend/src/lib/components/pagebuilder/form/Formular.svelte b/frontend/src/lib/components/pagebuilder/form/Formular.svelte index 73d59b2..c770cf9 100644 --- a/frontend/src/lib/components/pagebuilder/form/Formular.svelte +++ b/frontend/src/lib/components/pagebuilder/form/Formular.svelte @@ -236,6 +236,7 @@ width: 100%; h3 { font-weight: bold !important; + margin-bottom: 0px !important; } .form-row { @@ -277,7 +278,6 @@ } h3 { - margin-bottom: 0.5rem; font-size: 1.2rem; font-weight: bold; }