fix: full width bug on smaller screens (#518)

This commit is contained in:
Philip Okugbe 2024-11-28 18:44:42 +00:00 committed by GitHub
parent 4107793e73
commit 2e6d16dbc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,8 +30,7 @@ export function FullEditor({
return (
<Container
fluid={fullPageWidth}
{...(fullPageWidth && { mx: 80 })}
size={850}
size={!fullPageWidth && 850}
className={classes.editor}
>
<MemoizedTitleEditor