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 59b2562c35..c8f086ba3f 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 @@ -1,10 +1,30 @@ +@use '../../../../../src/lib/styles/flex' as flex; + .adf-grid-list { &-section { &-single-column { display: flex; flex-wrap: inherit; align-items: baseline; + flex-direction: column; gap: 1%; + + @include flex.layout-bp(lt-md) { + flex: 1 1 100% !important; + } + + .adf-section-widget { + @include flex.layout-bp(lt-md) { + width: 100% !important; + } + } + + > div { + @include flex.layout-bp(lt-md) { + width: 100% !important; + } + } + } &-column-view-item {