feat: set height to 50%

This commit is contained in:
amhsirak
2025-01-17 22:52:30 +05:30
parent 28a0c8f882
commit 0aee65af6e

View File

@@ -161,7 +161,7 @@ export const RunsTable: React.FC<RunsTableProps> = ({
/>
</Box>
{rows.length === 0 ? (
<Box display="flex" justifyContent="center" alignItems="center" height="100%">
<Box display="flex" justifyContent="center" alignItems="center" height="50%">
<CircularProgress />
</Box>
) : (