Skip to content

Commit

Permalink
chore: style
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickDinh committed Mar 20, 2024
1 parent e5dd377 commit efbe162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/layout/pages/layout-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function LayoutPage({ children }: LayoutPageProps) {
<Header className={cn('mb-1')} />
<div className={cn('flex h-full flex-shrink flex-row')}>
<LeftSideBarMenu />
<div className={cn('grow pl-4 pt-4')}> {children}</div>
<div className={cn('pl-4 pt-4')}> {children}</div>
</div>
</>
)
Expand Down

0 comments on commit efbe162

Please sign in to comment.