mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-24 01:18:01 +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 }) => ({
|
const MainLayoutContentWrapper = styled('main')(({ theme }) => ({
|
||||||
margin: theme.spacing(0, 'auto'),
|
margin: theme.spacing(0, 'auto'),
|
||||||
display: 'flex', // prevent margin collapsing
|
overflow: 'auto', // prevent margin collapsing
|
||||||
flex: 1,
|
flex: 1,
|
||||||
width: '100%',
|
width: '100%',
|
||||||
backgroundColor: theme.palette.contentWrapper,
|
backgroundColor: theme.palette.contentWrapper,
|
||||||
|
Loading…
Reference in New Issue
Block a user