Skip to content

Commit efbe162

Browse files
committed
chore: style
1 parent e5dd377 commit efbe162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/layout/pages/layout-page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function LayoutPage({ children }: LayoutPageProps) {
1313
<Header className={cn('mb-1')} />
1414
<div className={cn('flex h-full flex-shrink flex-row')}>
1515
<LeftSideBarMenu />
16-
<div className={cn('grow pl-4 pt-4')}> {children}</div>
16+
<div className={cn('pl-4 pt-4')}> {children}</div>
1717
</div>
1818
</>
1919
)

0 commit comments

Comments
 (0)