Skip to content

Commit 9e0a4e2

Browse files
authored
fix layout issue where grid does not work with the UI checkbox elements (#74)
1 parent 07ff80a commit 9e0a4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/css/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
}
4848
}
4949

50-
[data-flux-field]:not(ui-radio) {
50+
[data-flux-field]:not(ui-radio, ui-checkbox) {
5151
@apply grid gap-2;
5252
}
5353

0 commit comments

Comments
 (0)