RED-9817: removed HTML code for space.
This commit is contained in:
parent
5b51eb85a1
commit
c331a61309
@ -14,7 +14,9 @@
|
||||
<div class="icon-option">
|
||||
<mat-icon [svgIcon]="option.icon" class="icon"></mat-icon>
|
||||
<div class="text">
|
||||
<label class="details-radio-label pointer">{{ option.label | translate: option.descriptionParams }}</label>
|
||||
<label class="details-radio-label pointer">{{
|
||||
option.label | translate: option.descriptionParams | replaceNbsp
|
||||
}}</label>
|
||||
|
||||
<span class="hint">{{ option.description | translate: option.descriptionParams | replaceNbsp }}</span>
|
||||
|
||||
@ -27,7 +29,7 @@
|
||||
[disabled]="!!option.extraOption.disabled"
|
||||
color="primary"
|
||||
>
|
||||
{{ option.extraOption.label | translate }}
|
||||
{{ option.extraOption.label | translate | replaceNbsp }}
|
||||
</mat-checkbox>
|
||||
|
||||
@if (option.extraOption.description) {
|
||||
@ -48,10 +50,10 @@
|
||||
<div class="flex-align-items-center mb-8">
|
||||
<iqser-round-checkbox [active]="isSelected(option)" class="mr-6"></iqser-round-checkbox>
|
||||
|
||||
<label class="details-radio-label pointer">{{ option.label | translate }}</label>
|
||||
<label class="details-radio-label pointer">{{ option.label | translate | replaceNbsp }}</label>
|
||||
</div>
|
||||
|
||||
<span class="hint">{{ option.description | translate }}</span>
|
||||
<span class="hint">{{ option.description | translate | replaceNbsp }}</span>
|
||||
}
|
||||
</div>
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user