diff --git a/torchci/components/LoadingPage.tsx b/torchci/components/LoadingPage.tsx index 73786226fd..e531be447d 100644 --- a/torchci/components/LoadingPage.tsx +++ b/torchci/components/LoadingPage.tsx @@ -20,8 +20,8 @@ function LoadingPage({ width?: number | string; }) { const style = { - height: height ? height : "100%", - width: width ? width : "100%", + height: height ? height : "100vh", + width: width ? width : "100vw", }; return ( <>