Browse Source

fix: fixed padding in content element

pull/586/head
Dan Ditomaso 1 year ago
parent
commit
29f3079e11
  1. 2
      src/components/PageLayout.tsx

2
src/components/PageLayout.tsx

@ -99,7 +99,7 @@ export const PageLayout = ({
className={cn( className={cn(
"flex-1 flex flex-col", "flex-1 flex flex-col",
"overflow-hidden", "overflow-hidden",
!noPadding && "px-4", !noPadding && "px-2",
className className
)} )}
> >

Loading…
Cancel
Save