From 7fa40a807162cbff98d41c33c503b4462971032c Mon Sep 17 00:00:00 2001 From: Sakari Palojoki Date: Mon, 2 May 2022 18:34:55 +0300 Subject: [PATCH] Fix signup form layout --- @app/components/src/EventRegistrationForm.tsx | 1 + @app/lib/src/forms.ts | 9 ++++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/@app/components/src/EventRegistrationForm.tsx b/@app/components/src/EventRegistrationForm.tsx index e6c6cf87e..90379db02 100644 --- a/@app/components/src/EventRegistrationForm.tsx +++ b/@app/components/src/EventRegistrationForm.tsx @@ -237,6 +237,7 @@ export const EventRegistrationForm: React.FC = memo( colon={false} form={form} initialValues={initialValues} + layout={"vertical"} onFinish={handleSubmit} >