We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 612839d commit e076751Copy full SHA for e076751
frontend/src/features/task-management/pages/TaskManagementPage.tsx
@@ -91,7 +91,7 @@ const TaskManagementPage = (): React.ReactElement => {
91
92
if (loading) {
93
return (
94
- <Flex justify="center" align="center" height="50vh" width="100%">
+ <Flex justify="center" align="center" height="31.25rem" width="100%">
95
<Spinner size="xl" color="blue.500" />
96
</Flex>
97
);
0 commit comments