Skip to content

Commit b25e7c7

Browse files
committed
Stack config publish fields on mobile
1 parent 9eae8f9 commit b25e7c7

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
@@ -51,7 +51,7 @@ const rootClasses = computed(() =>
5151
true: 'opacity-50',
5252
},
5353
inline: {
54-
true: 'grid grid-cols-2 items-start px-4.5 py-4 gap-x-5!',
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!',
5555
},
5656
fullWidthSetting: {
5757
true: 'grid-cols-1',

0 commit comments

Comments
 (0)