feat: set height to 50%
This commit is contained in:
@@ -161,7 +161,7 @@ export const RunsTable: React.FC<RunsTableProps> = ({
|
|||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
{rows.length === 0 ? (
|
{rows.length === 0 ? (
|
||||||
<Box display="flex" justifyContent="center" alignItems="center" height="100%">
|
<Box display="flex" justifyContent="center" alignItems="center" height="50%">
|
||||||
<CircularProgress />
|
<CircularProgress />
|
||||||
</Box>
|
</Box>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user