Skip to content

Commit e076751

Browse files
committed
Fix styling
1 parent 612839d commit e076751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/features/task-management/pages/TaskManagementPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const TaskManagementPage = (): React.ReactElement => {
9191

9292
if (loading) {
9393
return (
94-
<Flex justify="center" align="center" height="50vh" width="100%">
94+
<Flex justify="center" align="center" height="31.25rem" width="100%">
9595
<Spinner size="xl" color="blue.500" />
9696
</Flex>
9797
);

0 commit comments

Comments
 (0)