diff --git a/app/client/src/pages/Editor/routes.tsx b/app/client/src/pages/Editor/routes.tsx index 003f9ec153..c84869a870 100644 --- a/app/client/src/pages/Editor/routes.tsx +++ b/app/client/src/pages/Editor/routes.tsx @@ -40,7 +40,7 @@ const DrawerWrapper = styled.div<{ showOnlySidebar?: boolean; }>` background-color: white; - width: ${props => (props.showOnlySidebar ? "0px" : "100%")}; + width: ${props => (props.showOnlySidebar ? "0px" : "75%")}; height: 100%; `;