Skip to content
This repository was archived by the owner on Aug 25, 2020. It is now read-only.

Commit 11a7345

Browse files
committed
fix: style of radio
1 parent 81454ff commit 11a7345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<ng-container [formGroup]="group">
2-
<label *ngFor="let item of field.options">
3-
<input type="radio" [value]="item" [formControlName]="field.name">{{item}}
2+
<label *ngFor="let item of field.options" class="mr-3">
3+
<input type="radio" [value]="item" [formControlName]="field.name" class="mr-1">{{item}}
44
</label>
55
</ng-container>

0 commit comments

Comments
 (0)