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 a47c009 commit 9ff6263Copy full SHA for 9ff6263
1 file changed
resources/js/components/ui/Field.vue
@@ -76,7 +76,7 @@ const wrapperComponent = computed(() => props.as === 'card' ? Card : 'div');
76
<slot v-if="!$slots.actions" name="label">
77
<Label v-if="label" v-bind="labelProps" class="flex-1" />
78
</slot>
79
- <Description :text="instructions" v-if="instructions && !instructionsBelow" :class="variant === 'inline' ? '-mt-0.5' : 'mb-1.75 -mt-0.5'" />
+ <Description :text="instructions" v-if="instructions && !instructionsBelow" :class="variant === 'inline' ? '-mt-0.5' : 'mb-2 -mt-0.5'" />
80
</div>
81
<slot />
82
<Description :text="instructions" v-if="instructions && instructionsBelow" class="mt-2" />
0 commit comments