Reduce photo form bottom padding
This commit is contained in:
parent
de110730ee
commit
28db203e73
@ -135,7 +135,7 @@ export default function PhotoForm({
|
|||||||
</div>
|
</div>
|
||||||
<form
|
<form
|
||||||
action={type === 'create' ? createPhotoAction : updatePhotoAction}
|
action={type === 'create' ? createPhotoAction : updatePhotoAction}
|
||||||
className="space-y-6 pb-12"
|
className="space-y-6"
|
||||||
>
|
>
|
||||||
{FORM_METADATA_ENTRIES.map(([key, {
|
{FORM_METADATA_ENTRIES.map(([key, {
|
||||||
label,
|
label,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user