From d713d04b200fc09ed578a4ad21e022129865b6b9 Mon Sep 17 00:00:00 2001 From: sabhas Date: Tue, 19 Oct 2021 10:53:09 +0000 Subject: [PATCH] chore: fix the position of circular progress icon --- Web/src/containers/SASjsDrive/main.tsx | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/Web/src/containers/SASjsDrive/main.tsx b/Web/src/containers/SASjsDrive/main.tsx index fd90179..d026412 100644 --- a/Web/src/containers/SASjsDrive/main.tsx +++ b/Web/src/containers/SASjsDrive/main.tsx @@ -67,15 +67,20 @@ const Main = (props: any) => { return ( - {isLoading && ( - - )} + {isLoading && ( + + )} {!isLoading && props?.selectedFilePath !== '' && !editMode && ( {fileContent} )}