From c5ab2936db992a8ad35b03e28942fa9c45689f52 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 11 Apr 2024 11:07:10 +0200 Subject: [PATCH] style adjustement for form #18 --- resources/css/components/forms.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/css/components/forms.css b/resources/css/components/forms.css index 7e86f98..4908ff4 100644 --- a/resources/css/components/forms.css +++ b/resources/css/components/forms.css @@ -159,7 +159,11 @@ form:not(.metabox-location-side):not(.metabox-location-normal):not( .gform_heading { @apply !hidden; } - +#gform_fields_18 { + .publication-list { + @apply mb-10; + } +} .section_titling + .gform_wrapper { @apply mt-16; }