Skip to content

Commit efdfbee

Browse files
shivarmamandesai01
andauthored
fix(hooks): layout of create button (#251)
* fix(admin): layout of create button * Update Form.vue --------- Co-authored-by: Aman Desai <[email protected]>
1 parent 8cced33 commit efdfbee

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-start space-y-1 p-2" @submit="onSubmit">
7171
<VInputText
7272
class="w-full"
7373
label="Title"

0 commit comments

Comments
 (0)