Skip to content

Commit ea805b0

Browse files
authored
chore: fix mobile styling for match option mode (#76)
1 parent 7bf14fa commit ea805b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/MatchOptions.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import FiveStackToolTip from "./FiveStackToolTip.vue";
3333
<FormLabel class="text-lg font-semibold">Match Type</FormLabel>
3434
<RadioGroup
3535
v-bind="componentField"
36-
class="grid grid-cols-2 gap-4 w-full"
36+
class="grid grid-cols-1 md:grid-cols-3 gap-4 w-full"
3737
>
3838
<div
3939
v-for="type in e_match_types"

0 commit comments

Comments
 (0)