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 f89cbd0 commit deea766Copy full SHA for deea766
1 file changed
resources/js/components/ui/Field.vue
@@ -39,7 +39,7 @@ const classes = computed(() =>
39
variant: {
40
block: 'w-full',
41
inline: [
42
- 'flex justify-between gap-x-3 gap-y-1.5',
+ 'flex justify-between gap-x-7 gap-y-1.5',
43
'has-[[data-ui-label]~[data-ui-control]]:grid-cols-[1fr_auto]',
44
'has-[[data-ui-control]~[data-ui-label]]:grid-cols-[auto_1fr]',
45
'[&>[data-ui-control]~[data-ui-description]]:row-start-2 [&>[data-ui-control]~[data-ui-description]]:col-start-2',
0 commit comments