Skip to content

Commit

Permalink
[docs] Fix visual bug on dashboard template (#43836)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Sep 26, 2024
1 parent 7fd82d5 commit a0cf344
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 a0cf344

Please sign in to comment.