We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4959f1 commit 0ebe495Copy full SHA for 0ebe495
1 file changed
resources/js/components/ui/Field.vue
@@ -54,7 +54,7 @@ const rootClasses = computed(() =>
54
true: 'grid md:grid-cols-2 items-start px-4.5 py-4 gap-y-3 md:gap-y-0 md:gap-x-5!',
55
},
56
fullWidthSetting: {
57
- true: 'grid-cols-1',
+ true: 'md:grid-cols-1',
58
59
60
})({
0 commit comments