Merged PR 318: #985 WA Checkmark Margin

#985 WA Checkmark Margin
This commit is contained in:
Lorenz Hilpert
2020-09-22 08:40:07 +00:00
committed by Sebastian Neumair

View File

@@ -1,5 +1,5 @@
<div class="isa-flex isa-font-weight-bold isa-font-color-customer">
<div *ngFor="let feature of features$ | async">
<div *ngFor="let feature of features$ | async" class="isa-mr-28">
<lib-icon name="Check_f"></lib-icon>
{{ feature.description }}
</div>