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 fe224f4 commit d7833b1Copy full SHA for d7833b1
1 file changed
resources/js/components/ui/Field.vue
@@ -51,7 +51,7 @@ const rootClasses = computed(() =>
51
true: 'opacity-50',
52
},
53
inline: {
54
- true: 'grid grid-cols-2 items-start px-4.5 py-4 gap-x-5!',
+ 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',
0 commit comments