Skip to content

Commit 69b5922

Browse files
authored
fix: style use padding insteadof margin analytics view for prevent scrolling (#217)
1 parent ead463e commit 69b5922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/views/analytics/GeneralStatistics.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const GeneralStatistics = ({ generalStatistics }: Props): JSX.Element => {
4242
);
4343

4444
return (
45-
<Box marginY={4}>
45+
<Box paddingY={4}>
4646
<Typography variant="h6" align="center">
4747
{t('General Statistics')}
4848
</Typography>

0 commit comments

Comments
 (0)