diff --git a/src/components/PageLayout.tsx b/src/components/PageLayout.tsx index ed1feab4..6db68652 100644 --- a/src/components/PageLayout.tsx +++ b/src/components/PageLayout.tsx @@ -99,7 +99,7 @@ export const PageLayout = ({ className={cn( "flex-1 flex flex-col", "overflow-hidden", - !noPadding && "px-2", + !noPadding && "px-4", className )} >