Skip to content

Commit

Permalink
fixed header width (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
yosong-github authored Jun 26, 2024
1 parent 24e4f34 commit b31bc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/Dashboard/Header/AppBarStyled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const AppBarStyled = styled(AppBar, { shouldForwardProp: (prop) => prop !== 'ope
duration: theme.transitions.duration.leavingScreen
}),
...(!open && {
width: `calc(100% - ${theme.spacing(7.5)})`
width: `calc(100%)`
}),
...(open && {
marginLeft: drawerWidth,
Expand Down

0 comments on commit b31bc36

Please sign in to comment.