From 6811ccaaa09b9d4121678577d6042f8ada0c467b Mon Sep 17 00:00:00 2001 From: Soumyajit Chakraborty <51930458+Isoumyajit@users.noreply.github.com> Date: Wed, 16 Jul 2025 20:48:30 +0530 Subject: [PATCH] AAE-36388 fixing form-field cut issue on preview (#11024) AAE-36388 fixing form-field preview issues --- .../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 {