Skip to content

Commit 7a6bf2a

Browse files
committed
fix
1 parent ac19d0a commit 7a6bf2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/app/components/options/options.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div fxLayout="column" fxLayoutAlign="space-around start" fxLayoutGap="10px">
22
<div *ngFor="let row of options" fxLayout="row" style="width: 100%" fxLayoutGap="10px" fxLayoutAlign="space-between center">
3-
<div *ngFor="let option of row" [ngStyle]="getOptionStyle(option)">
3+
<div *ngFor="let option of row" [ngStyle]="getOptionStyle(option, row)">
44
<!-- Checkbox -->
55
<div *ngIf="option.type === 'checkbox'"
66
fxLayout="row" fxLayoutAlign="center center" fxFill fxLayoutGap="10px"

0 commit comments

Comments
 (0)