fix: decreased top and bottom padding (#11750)
Co-authored-by: Saquib Ali <saquib1998>pull/11534/head
parent
88d438f227
commit
f3623096e4
|
@ -1008,7 +1008,7 @@ function MainContainer({
|
||||||
<main className="bg-default relative z-0 flex-1 focus:outline-none">
|
<main className="bg-default relative z-0 flex-1 focus:outline-none">
|
||||||
{/* show top navigation for md and smaller (tablet and phones) */}
|
{/* show top navigation for md and smaller (tablet and phones) */}
|
||||||
{TopNavContainerProp}
|
{TopNavContainerProp}
|
||||||
<div className="max-w-full px-2 py-4 md:py-12 lg:px-6">
|
<div className="max-w-full px-2 py-4 lg:px-6">
|
||||||
<ErrorBoundary>
|
<ErrorBoundary>
|
||||||
{!props.withoutMain ? <ShellMain {...props}>{props.children}</ShellMain> : props.children}
|
{!props.withoutMain ? <ShellMain {...props}>{props.children}</ShellMain> : props.children}
|
||||||
</ErrorBoundary>
|
</ErrorBoundary>
|
||||||
|
|
Loading…
Reference in New Issue