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:
Émile Ré
2026-07-20 14:41:27 +02:00
parent b9d1446a5c
commit a41aa3ce07

View File

@@ -140,7 +140,7 @@ function NewRequestForm({ onClose, connectionId, viewerEmail, viewerName }: NewR
}
return (
<form onSubmit={(e) => { void onSubmit(e); }}>
<form className="flex flex-col gap-4" onSubmit={(e) => { void onSubmit(e); }}>
<DialogHeader>
<DialogTitle>{t("dialog.title")}</DialogTitle>
<DialogDescription>{t("dialog.description")}</DialogDescription>