From 27b6d020f97c816fc0682d11de8bec9af85804a6 Mon Sep 17 00:00:00 2001 From: Tomasz Nastaly Date: Wed, 30 Jul 2025 10:43:08 +0200 Subject: [PATCH] AAE-36582 For vertical alignment of fields --- .../lib/form/components/form-section/form-section.component.scss | 1 + 1 file changed, 1 insertion(+) 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 f1617f3e5c..6092f1882e 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 @@ -5,6 +5,7 @@ &-single-column { display: flex; flex-wrap: inherit; + align-items: center; gap: 1%; @include flex.layout-bp(lt-md) {