From fbacd5c51ebcaeeef86177dfb6be05d5d1ffe7bc Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Thu, 24 Jul 2025 18:10:26 +0200 Subject: [PATCH] Update form-section.component.scss (#11064) --- .../form-section/form-section.component.scss | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) 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 {