Skip to content

Commit 0ebe495

Browse files
authored
[6.x] Fix full width setting field widths (#13937)
1 parent e4959f1 commit 0ebe495

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/components/ui/Field.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const rootClasses = computed(() =>
5454
true: 'grid md:grid-cols-2 items-start px-4.5 py-4 gap-y-3 md:gap-y-0 md:gap-x-5!',
5555
},
5656
fullWidthSetting: {
57-
true: 'grid-cols-1',
57+
true: 'md:grid-cols-1',
5858
},
5959
},
6060
})({

0 commit comments

Comments
 (0)