Skip to content

Commit

Permalink
Fix flex grow
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslan-sed committed Sep 26, 2024
1 parent f71c651 commit 4b53bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/base/Page/src/PageContent/PageContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const PageContent = forwardRef<HTMLDivElement, Props>(
const { hasSidebar } = useSidebar()

const innerClassName = twJoin(
'h-full grow-1 bg-[#fcfcfc] bg-clip-content',
'h-full grow bg-[#fcfcfc] bg-clip-content',
getMaxWidthClass({ fullWidth, width }),
flex && 'flex'
)
Expand Down

0 comments on commit 4b53bd9

Please sign in to comment.