diff --git a/lib/core/form/components/widgets/amount/amount.widget.html b/lib/core/form/components/widgets/amount/amount.widget.html index e70e41eb77..1f51c6d0a9 100644 --- a/lib/core/form/components/widgets/amount/amount.widget.html +++ b/lib/core/form/components/widgets/amount/amount.widget.html @@ -1,5 +1,5 @@
- diff --git a/lib/core/form/components/widgets/amount/amount.widget.scss b/lib/core/form/components/widgets/amount/amount.widget.scss index efa92993e4..3adb353254 100644 --- a/lib/core/form/components/widgets/amount/amount.widget.scss +++ b/lib/core/form/components/widgets/amount/amount.widget.scss @@ -5,20 +5,27 @@ width: 100%; vertical-align: baseline !important; - .mat-input-element { - margin-left: 11px; - } - - .mat-input-prefix { - position: absolute; - margin-top: 58px; - } - .mat-input-placeholder { margin-top: 5px; display: none; } + .mat-form-field-flex{ + position: relative; + padding-top: 18.5px; + } + + .mat-form-field-infix{ + position: static; + padding-top: 19px; + } + + .adf-label{ + position: absolute; + top: 18.5px; + left:0; + } + } &-amount-widget__container {