Removed all mr-5, mb-5 and basis tailwind classes.
Will soon remove tailwind totally.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<form [formGroup]="form" class="flex flex-col">
|
||||
<div formArrayName="saleCategories">
|
||||
@for (sc of list; track sc; let i = $index) {
|
||||
<div [formGroupName]="i" class="flex flex-row justify-around content-start items-start">
|
||||
<div [formGroupName]="i" class="row-container">
|
||||
<mat-checkbox formControlName="saleCategory" class="flex-auto">{{ sc.name }}</mat-checkbox>
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user