Skip to content

Commit d1edb79

Browse files
authored
fixing a layout issue where grid does not work with the UI radio elements (#68)
1 parent 691c6e6 commit d1edb79

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] {
50+
[data-flux-field]:not(ui-radio) {
5151
@apply grid gap-2;
5252
}
5353

0 commit comments

Comments
 (0)