Skip to content

Commit

Permalink
feat: Editor design settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjon3s committed Nov 24, 2023
1 parent a8302f8 commit 3a10881
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function TabPanel(props: TabPanelProps) {
{...other}
>
{value === index && (
<Container maxWidth="sm" disableGutters>
<Container maxWidth="formWrap" disableGutters>
<Box py={7}>{children}</Box>
</Container>
)}
Expand Down

0 comments on commit 3a10881

Please sign in to comment.