Fixe search category box was on top of each other

This commit is contained in:
Peter Maquiran
2021-04-16 14:34:42 +01:00
parent 036bdf64bf
commit 36ba435be7
+2 -2
View File
@@ -83,8 +83,8 @@
<!-- SLIDE -->
<div *ngFor="let category of searchCategories; index as i;" class="d-flex py-10" style="width:0px" [ngClass]="{'active-category': category.Active}" class="button" (click)="filterDocList(category.Name)" (click)="activeCategoty(i)">
<span>{{ category.Name }}</span>
<ion-label class="label">{{ category.Qtd }}</ion-label>
<span>{{ category.Name }}</span>
<ion-label class="label">{{ category.Qtd }}</ion-label>
</div>