fix: full width bug on smaller screens (#518)
This commit is contained in:
parent
4107793e73
commit
2e6d16dbc3
1 changed files with 1 additions and 2 deletions
|
|
@ -30,8 +30,7 @@ export function FullEditor({
|
||||||
return (
|
return (
|
||||||
<Container
|
<Container
|
||||||
fluid={fullPageWidth}
|
fluid={fullPageWidth}
|
||||||
{...(fullPageWidth && { mx: 80 })}
|
size={!fullPageWidth && 850}
|
||||||
size={850}
|
|
||||||
className={classes.editor}
|
className={classes.editor}
|
||||||
>
|
>
|
||||||
<MemoizedTitleEditor
|
<MemoizedTitleEditor
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue