Skip to content

Commit 10247f2

Browse files
authored
fix: import form spacing
1 parent 11ec327 commit 10247f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/ImportForm.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@error="onError"
77
@submit="onSubmit"
88
>
9-
<fieldset>
9+
<fieldset class="flex flex-col gap-4">
1010
<legend>UI</legend>
1111
<UFormField
1212
required
@@ -33,7 +33,7 @@
3333
/>
3434
</UFormField>
3535
</fieldset>
36-
<fieldset>
36+
<fieldset class="flex flex-col gap-4">
3737
<legend>JSON-bestanden</legend>
3838
<UFormField
3939
v-for="file in jsonFiles"

0 commit comments

Comments
 (0)