CEC-4425: Fix responsive styles (#346)
* CEC-4425: Fix responsive styles
This commit is contained in:
@@ -127,6 +127,7 @@ const useStyles = makeStyles((theme) => ({
|
||||
duration: theme.transitions.duration.enteringScreen,
|
||||
}),
|
||||
marginLeft: 0,
|
||||
maxWidth: `calc(100% - ${DRAWER_WIDTH}px)`,
|
||||
},
|
||||
rightToolbar: {
|
||||
marginLeft: "auto",
|
||||
@@ -161,7 +162,7 @@ const useStyles = makeStyles((theme) => ({
|
||||
textAlign: "left",
|
||||
paddingLeft: theme.spacing(2),
|
||||
paddingRight: theme.spacing(1),
|
||||
width: "100%",
|
||||
maxWidth: "100%",
|
||||
},
|
||||
logo: {
|
||||
height: 60,
|
||||
|
||||
Reference in New Issue
Block a user