fix(sidebar): do not let sidebar items collapse and shrink

This commit is contained in:
Fredrik Adelöw
2020-07-02 14:56:53 +02:00
parent eba195989a
commit 837aa9ab0c
+3
View File
@@ -44,6 +44,9 @@ const useStyles = makeStyles<BackstageTheme>(theme => ({
easing: theme.transitions.easing.sharp,
duration: theme.transitions.duration.shortest,
}),
'& > *': {
flexShrink: 0,
},
},
drawerOpen: {
width: sidebarConfig.drawerWidthOpen,