mirror of
https://github.com/docmost/docmost
synced 2025-03-28 21:13:28 +00:00
fix: full width bug on smaller screens (#518)
This commit is contained in:
parent
4107793e73
commit
2e6d16dbc3
@ -30,8 +30,7 @@ export function FullEditor({
|
||||
return (
|
||||
<Container
|
||||
fluid={fullPageWidth}
|
||||
{...(fullPageWidth && { mx: 80 })}
|
||||
size={850}
|
||||
size={!fullPageWidth && 850}
|
||||
className={classes.editor}
|
||||
>
|
||||
<MemoizedTitleEditor
|
||||
|
Loading…
x
Reference in New Issue
Block a user