AAE-34328 Remove additional space in amount widget currency (#10812)

This commit is contained in:
Tomasz Gnyp 2025-04-22 15:07:46 +02:00 committed by GitHub
parent 5c99139e4d
commit ff0885c265
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
<label class="adf-label" *ngIf="!field.leftLabels" [attr.for]="field.id"
>{{field.name | translate }}<span class="adf-asterisk" [style.visibility]="isRequired() ? 'visible' : 'hidden'">*</span></label
>
<span matTextPrefix class="adf-amount-widget__prefix-spacing">{{ currency }} &nbsp;</span>
<span matTextPrefix class="adf-amount-widget__prefix-spacing">{{ currency }}&nbsp;</span>
<input
matInput
[title]="field.tooltip"