From 574a3998eee5b53e40f3dc4965c01a13fab26239 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Thu, 24 Jul 2025 13:08:58 +0200 Subject: [PATCH] Update form-section.component.scss --- .../form-section/form-section.component.scss | 21 +++++++++++++++++++ 1 file changed, 21 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..becf21eda7 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,31 @@ +@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 {