From 4ef33abea47203516a3295e674245c12209927e0 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Tue, 29 Jul 2025 17:51:43 +0200 Subject: [PATCH] Update form-section.component.scss --- .../form/components/form-section/form-section.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/src/lib/form/components/form-section/form-section.component.scss b/lib/core/src/lib/form/components/form-section/form-section.component.scss index becf21eda7..a59899f6a4 100644 --- a/lib/core/src/lib/form/components/form-section/form-section.component.scss +++ b/lib/core/src/lib/form/components/form-section/form-section.component.scss @@ -7,11 +7,11 @@ display: flex; flex-wrap: inherit; align-items: baseline; - flex-direction: column; gap: 1%; @include flex.layout-bp(lt-md) { flex: 1 1 100% !important; + flex-direction: column; } .adf-section-widget {