From 7687a9e5881dfd80c964686d257286fa150bdf0a Mon Sep 17 00:00:00 2001 From: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com> Date: Tue, 31 May 2022 20:16:21 -0700 Subject: [PATCH] Fix Login Box height while loading (#2061) Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com> --- portal-ui/src/screens/LoginPage/LoginPage.tsx | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/portal-ui/src/screens/LoginPage/LoginPage.tsx b/portal-ui/src/screens/LoginPage/LoginPage.tsx index a321522fa..942cf9df9 100644 --- a/portal-ui/src/screens/LoginPage/LoginPage.tsx +++ b/portal-ui/src/screens/LoginPage/LoginPage.tsx @@ -213,15 +213,6 @@ const styles = (theme: Theme) => linearPredef: { height: 10, }, - - loaderAlignment: { - display: "flex", - width: "100%", - height: "100%", - justifyContent: "center", - alignItems: "center", - flexDirection: "column", - }, retryButton: { alignSelf: "flex-end", }, @@ -562,7 +553,7 @@ const Login = ({ classes }: ILoginProps) => { } default: loginComponent = ( -