We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac19d0a commit 7a6bf2aCopy full SHA for 7a6bf2a
1 file changed
ui/src/app/components/options/options.component.html
@@ -1,6 +1,6 @@
1
<div fxLayout="column" fxLayoutAlign="space-around start" fxLayoutGap="10px">
2
<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)">
+ <div *ngFor="let option of row" [ngStyle]="getOptionStyle(option, row)">
4
<!-- Checkbox -->
5
<div *ngIf="option.type === 'checkbox'"
6
fxLayout="row" fxLayoutAlign="center center" fxFill fxLayoutGap="10px"
0 commit comments