diff --git a/src/app/creator-choice-content/creator-choice-content.component.html b/src/app/creator-choice-content/creator-choice-content.component.html index 41b0944c39425a606d4fbe0d3067aebd67025b10..a70105b0ae6b7804fa2201a676c81f31079e1ff2 100644 --- a/src/app/creator-choice-content/creator-choice-content.component.html +++ b/src/app/creator-choice-content/creator-choice-content.component.html @@ -15,10 +15,10 @@ <mat-card-content> <mat-list *ngFor="let answer of options; let i = index" [attr.data-index]="i"> <!-- <mat-checkbox color="primary">{{answer.label}}</mat-checkbox> --> - <div fxLayout="row"> + <div fxLayout="row" fxLayoutGap="20px"> + <mat-checkbox color="primary" value="checked"></mat-checkbox> <input matInput placeholder="Label" value="{{answer.label}}"> <input matInput placeholder="Points" value="{{answer.points}}"> - <mat-checkbox color="primary" value="checked"></mat-checkbox> </div> </mat-list> <mat-divider class="underListDivider"></mat-divider>