Fix minwidth so it resizes correctly
This commit is contained in:
parent
b8f7cbcf30
commit
8ddc13d1eb
@ -39,7 +39,7 @@ const BackstoryPageContainer = (props: BackstoryPageContainerProps): JSX.Element
|
||||
flexGrow: 1,
|
||||
p: '0 !important',
|
||||
m: '0 auto !important',
|
||||
minWidth: variant === 'normal' ? '1024px' : '100%',
|
||||
// minWidth: variant === 'normal' ? '1024px' : '100%',
|
||||
maxWidth: variant === 'normal' ? '1024px' : '100%',
|
||||
height: '100%',
|
||||
minHeight: 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user