From e7af364720c7856b2d4bc8d5efdb00b5916d927f Mon Sep 17 00:00:00 2001 From: "D. Ror" Date: Tue, 12 Dec 2023 09:08:30 -0500 Subject: [PATCH] [Login] Fix button layout (#2831) --- src/components/Login/Login.tsx | 56 +++++++++++++++++++--------------- 1 file changed, 32 insertions(+), 24 deletions(-) diff --git a/src/components/Login/Login.tsx b/src/components/Login/Login.tsx index 7de3530dc4..f498f08f84 100644 --- a/src/components/Login/Login.tsx +++ b/src/components/Login/Login.tsx @@ -159,35 +159,43 @@ export default function Login(): ReactElement { /> {/* User Guide, Sign Up, and Log In buttons */} - - + + - - - - - - - {t("login.login")} - + + + + + + + + {t("login.login")} + +