From f3623096e41762319c5ed94b839ffa91d6e38bca Mon Sep 17 00:00:00 2001 From: Saquib Ali <54936572+saquib1998@users.noreply.github.com> Date: Mon, 9 Oct 2023 01:53:23 +0530 Subject: [PATCH] fix: decreased top and bottom padding (#11750) Co-authored-by: Saquib Ali --- packages/features/shell/Shell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/features/shell/Shell.tsx b/packages/features/shell/Shell.tsx index 80c428dfe6..0b7aee0f4a 100644 --- a/packages/features/shell/Shell.tsx +++ b/packages/features/shell/Shell.tsx @@ -1008,7 +1008,7 @@ function MainContainer({
{/* show top navigation for md and smaller (tablet and phones) */} {TopNavContainerProp} -
+
{!props.withoutMain ? {props.children} : props.children}