#985 WA Checkmark Margin

This commit is contained in:
Lorenz Hilpert
2020-09-22 10:37:59 +02:00
parent da03e220ed
commit 768eac723d

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>