From 1136e4311550c3744cd60b1b2bdb445564029c41 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Tue, 8 Aug 2023 13:54:56 +0500 Subject: [PATCH] themebuilder: fix layout --- apps/theme-builder/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/theme-builder/src/index.tsx b/apps/theme-builder/src/index.tsx index eda576604..797f98f5d 100644 --- a/apps/theme-builder/src/index.tsx +++ b/apps/theme-builder/src/index.tsx @@ -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%" }} >