From a41aa3ce075f2d08c21e3345615d453586256ae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Mon, 20 Jul 2026 14:41:27 +0200 Subject: [PATCH] Restore gap above new-request footer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The form wrapper broke DialogPopup's column gap, so the textarea sat flush against the actions. Match SignInForm. Signed-off-by: Émile Ré --- .../src/pages/requests/_components/NewRequestDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/compliance-portal/src/pages/requests/_components/NewRequestDialog.tsx b/apps/compliance-portal/src/pages/requests/_components/NewRequestDialog.tsx index bac12aa49..70d36d52d 100644 --- a/apps/compliance-portal/src/pages/requests/_components/NewRequestDialog.tsx +++ b/apps/compliance-portal/src/pages/requests/_components/NewRequestDialog.tsx @@ -140,7 +140,7 @@ function NewRequestForm({ onClose, connectionId, viewerEmail, viewerName }: NewR } return ( -
{ void onSubmit(e); }}> + { void onSubmit(e); }}> {t("dialog.title")} {t("dialog.description")}