Skip to content

Commit b31bc36

Browse files
fixed header width (#51)
1 parent 24e4f34 commit b31bc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layout/Dashboard/Header/AppBarStyled.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const AppBarStyled = styled(AppBar, { shouldForwardProp: (prop) => prop !== 'ope
1717
duration: theme.transitions.duration.leavingScreen
1818
}),
1919
...(!open && {
20-
width: `calc(100% - ${theme.spacing(7.5)})`
20+
width: `calc(100%)`
2121
}),
2222
...(open && {
2323
marginLeft: drawerWidth,

0 commit comments

Comments
 (0)