mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-15 01:16:22 +02:00
fix: flex was breaking change request banner (#2890)
This commit is contained in:
parent
172f911851
commit
d4f3e6a819
@ -25,7 +25,7 @@ const MainLayoutContainer = styled(Grid)(() => ({
|
||||
|
||||
const MainLayoutContentWrapper = styled('main')(({ theme }) => ({
|
||||
margin: theme.spacing(0, 'auto'),
|
||||
display: 'flex', // prevent margin collapsing
|
||||
overflow: 'auto', // prevent margin collapsing
|
||||
flex: 1,
|
||||
width: '100%',
|
||||
backgroundColor: theme.palette.contentWrapper,
|
||||
|
Loading…
Reference in New Issue
Block a user