Skip to content

Commit

Permalink
Fixes and remove unneeded stylings in recent visual editor update
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira committed Jul 7, 2022
1 parent 7622368 commit 2ff8965
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/toolpad-app/src/runtime/ToolpadApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ function PageRoot({ children }: PageRootProps) {
<Stack
data-testid="page-root"
direction="column"
alignItems="stretch"
sx={{
my: 2,
gap: 1,
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-components/src/PageColumn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function PageColumn({ gap, children }: PageColumnProps) {
gap,
display: 'grid',
gridAutoFlow: 'row',
gridAutoRows: 'minmax(0, 1fr)',
gridAutoRows: 'min-content',
}}
>
{children}
Expand Down

0 comments on commit 2ff8965

Please sign in to comment.