Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quick fix adding dimensions to nodemap page for consistency #920

Merged
merged 2 commits into from
Nov 26, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions explorer/src/pages/MixnodesMap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ export const PageMixnodesMap: React.FC = () => {
if (countryData?.data && !countryData.isLoading) {
return (
<Box component="main" sx={{ flexGrow: 1 }}>
<Grid container spacing={1} sx={{ mb: 4 }}>
<Grid item xs={12} data-testid="mixnodes-globe">
<Title text="Mixnodes Around the Globe" />
<Grid>
<Grid item data-testid="mixnodes-globe">
<Title text="Overview" />
</Grid>
<Grid item xs={12} lg={9}>
<Grid item>
<Grid container spacing={2}>
<Grid item xs={12}>
<ContentCard title="Distribution of nodes">
Expand Down