Skip to content

Commit

Permalink
themebuilder: fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Aug 8, 2023
1 parent 4b74cba commit 1136e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/theme-builder/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async function renderApp() {
sx={{
display: "flex",
"#app": { flex: 1, height: "unset" },
"& > :first-child": { flex: 1 },
"& > :first-child:not(#menu-wrapper)": { flex: 1 },
height: "100%"
}}
>
Expand Down

0 comments on commit 1136e43

Please sign in to comment.