Skip to content

Commit 9ff6263

Browse files
committed
Tweak distance between field instructions and fields an itsy bitsy amount
1 parent a47c009 commit 9ff6263

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
@@ -76,7 +76,7 @@ const wrapperComponent = computed(() => props.as === 'card' ? Card : 'div');
7676
<slot v-if="!$slots.actions" name="label">
7777
<Label v-if="label" v-bind="labelProps" class="flex-1" />
7878
</slot>
79-
<Description :text="instructions" v-if="instructions && !instructionsBelow" :class="variant === 'inline' ? '-mt-0.5' : 'mb-1.75 -mt-0.5'" />
79+
<Description :text="instructions" v-if="instructions && !instructionsBelow" :class="variant === 'inline' ? '-mt-0.5' : 'mb-2 -mt-0.5'" />
8080
</div>
8181
<slot />
8282
<Description :text="instructions" v-if="instructions && instructionsBelow" class="mt-2" />

0 commit comments

Comments
 (0)