AAE-36023 Some form fields are not properly aligned and cropped out ng19 (#11050)

* AAE-36023 fixing amount widget label cropping and overlapping issue

* AAE-36023 removing hard-coded appearance and adding dynamic floatlabel
This commit is contained in:
Soumyajit Chakraborty
2025-07-24 12:50:56 +05:30
committed by GitHub
parent ac25abc64b
commit 06a9ddc068
3 changed files with 2 additions and 11 deletions

View File

@@ -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;
}