mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
AAE-34328 Remove additional space in amount widget currency (#10812)
This commit is contained in:
parent
5c99139e4d
commit
ff0885c265
@ -14,7 +14,7 @@
|
|||||||
<label class="adf-label" *ngIf="!field.leftLabels" [attr.for]="field.id"
|
<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
|
>{{field.name | translate }}<span class="adf-asterisk" [style.visibility]="isRequired() ? 'visible' : 'hidden'">*</span></label
|
||||||
>
|
>
|
||||||
<span matTextPrefix class="adf-amount-widget__prefix-spacing">{{ currency }} </span>
|
<span matTextPrefix class="adf-amount-widget__prefix-spacing">{{ currency }} </span>
|
||||||
<input
|
<input
|
||||||
matInput
|
matInput
|
||||||
[title]="field.tooltip"
|
[title]="field.tooltip"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user