From 301a360698e468230eb5ab80f29c3d0289d3d148 Mon Sep 17 00:00:00 2001 From: Soumyajit Chakraborty <51930458+Isoumyajit@users.noreply.github.com> Date: Wed, 23 Jul 2025 17:36:37 +0530 Subject: [PATCH] AAE-36023 fixing alignments and cropping issues on apa and workspace (#11049) --- .../lib/form/components/widgets/amount/amount.widget.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/core/src/lib/form/components/widgets/amount/amount.widget.scss b/lib/core/src/lib/form/components/widgets/amount/amount.widget.scss index 938a242fae..48bf28e171 100644 --- a/lib/core/src/lib/form/components/widgets/amount/amount.widget.scss +++ b/lib/core/src/lib/form/components/widgets/amount/amount.widget.scss @@ -17,18 +17,10 @@ } &-amount-widget__input { - margin-top: -15px; - #{ms.$mat-focused} { transition: none; } - #{ms.$mat-form-field-prefix} { - padding-top: 16px; - padding-bottom: 16px; - align-self: flex-end; - } - .adf-input { margin-top: 3px; }