Skip to content

Commit

Permalink
fix: increase column spacing on network stats grid
Browse files Browse the repository at this point in the history
  • Loading branch information
belopash committed Jun 16, 2024
1 parent f4573c1 commit ad11f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/DashboardPage/Summary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export function NetworkSummary() {
return (
<>
{!isLoading ? (
<Grid container spacing={2} direction="row" sx={{ mb: 4 }}>
<Grid container rowSpacing={2} columnSpacing={3} direction="row" sx={{ mb: 4 }}>
<Grid xxs={12} xs={6}>
<OnlineInfo />
</Grid>
Expand Down

0 comments on commit ad11f9e

Please sign in to comment.