We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead463e commit 69b5922Copy full SHA for 69b5922
src/modules/views/analytics/GeneralStatistics.tsx
@@ -42,7 +42,7 @@ const GeneralStatistics = ({ generalStatistics }: Props): JSX.Element => {
42
);
43
44
return (
45
- <Box marginY={4}>
+ <Box paddingY={4}>
46
<Typography variant="h6" align="center">
47
{t('General Statistics')}
48
</Typography>
0 commit comments