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