Skip to content

Commit

Permalink
fix: style use padding insteadof margin analytics view for prevent sc…
Browse files Browse the repository at this point in the history
…rolling (#217)
  • Loading branch information
LinaYahya authored Apr 24, 2024
1 parent ead463e commit 69b5922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/views/analytics/GeneralStatistics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const GeneralStatistics = ({ generalStatistics }: Props): JSX.Element => {
);

return (
<Box marginY={4}>
<Box paddingY={4}>
<Typography variant="h6" align="center">
{t('General Statistics')}
</Typography>
Expand Down

0 comments on commit 69b5922

Please sign in to comment.