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 8ec6a34 commit fb75b6aCopy full SHA for fb75b6a
resources/js/components/ui/Field.vue
@@ -110,7 +110,7 @@ const hasErrors = computed(() => {
110
</slot>
111
<slot name="actions" />
112
</div>
113
- <div v-if="label || (instructions && !instructionsBelow) || ($slots.label && !$slots.actions)" data-ui-field-text :class="inline ? 'mb-0' : 'mb-1.5'">
+ <div v-if="label || (instructions && !instructionsBelow) || ($slots.label && !$slots.actions)" data-ui-field-text :class="inline ? 'mb-0' : 'mb-2'">
114
<slot v-if="!$slots.actions" name="label">
115
<Label v-if="label" v-bind="labelProps" class="flex-1" />
116
0 commit comments