From 45834e20f9554a27cef39b489a64fd94ce8d235b Mon Sep 17 00:00:00 2001 From: Soumyajit Chakraborty <51930458+Isoumyajit@users.noreply.github.com> Date: Mon, 21 Jul 2025 18:22:06 +0530 Subject: [PATCH] AAE-36388 fixing form-field cut issue on preview (#11025) --- .../src/lib/form/components/form-renderer.component.scss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lib/core/src/lib/form/components/form-renderer.component.scss b/lib/core/src/lib/form/components/form-renderer.component.scss index f6ad0f825b..4933128c78 100644 --- a/lib/core/src/lib/form/components/form-renderer.component.scss +++ b/lib/core/src/lib/form/components/form-renderer.component.scss @@ -26,9 +26,9 @@ #{ms.$mat-tab-body} { margin-bottom: 8em; - + @include flex.layout-bp(lt-md) { - margin-bottom: 0em; + margin-bottom: 0; } } @@ -69,7 +69,6 @@ &-item { width: 100%; - flex-grow: 1; box-sizing: border-box; } } @@ -78,8 +77,8 @@ display: flex; flex-direction: column; flex: 1 1 auto; - padding-right: 1%; - padding-left: 1%; + padding-left: 5px; + padding-right: 5px; } &-item {