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 {