Skip to content

Commit

Permalink
[docs] Fix visual bug on dashboard template
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 21, 2024
1 parent 5b9a362 commit 2840d03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function Dashboard(props) {
sx={{
alignItems: 'center',
mx: 3,
pb: 10,
pb: 5,
mt: { xs: 8, md: 0 },
}}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function Dashboard(props: { disableCustomTheme?: boolean }) {
sx={{
alignItems: 'center',
mx: 3,
pb: 10,
pb: 5,
mt: { xs: 8, md: 0 },
}}
>
Expand Down

0 comments on commit 2840d03

Please sign in to comment.