Skip to content

Commit b5563dc

Browse files
committed
fix(admin): layout of create button
1 parent 8cced33 commit b5563dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/admin/Hooks/Form.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ defineExpose({
6767
</script>
6868

6969
<template>
70-
<form class="flex flex-col items-start space-y-2 mt-4" @submit="onSubmit">
70+
<form class="flex flex-col items-center space-y-1 mt-3 mb-1" @submit="onSubmit">
7171
<VInputText
7272
class="w-full"
7373
label="Title"

0 commit comments

Comments
 (0)