Restore gap above new-request footer
The form wrapper broke DialogPopup's column gap, so the textarea sat flush against the actions. Match SignInForm. Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
@@ -140,7 +140,7 @@ function NewRequestForm({ onClose, connectionId, viewerEmail, viewerName }: NewR
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<form onSubmit={(e) => { void onSubmit(e); }}>
|
<form className="flex flex-col gap-4" onSubmit={(e) => { void onSubmit(e); }}>
|
||||||
<DialogHeader>
|
<DialogHeader>
|
||||||
<DialogTitle>{t("dialog.title")}</DialogTitle>
|
<DialogTitle>{t("dialog.title")}</DialogTitle>
|
||||||
<DialogDescription>{t("dialog.description")}</DialogDescription>
|
<DialogDescription>{t("dialog.description")}</DialogDescription>
|
||||||
|
|||||||
Reference in New Issue
Block a user