Skip to content

Commit 0148e43

Browse files
committed
formating removed-112
1 parent 89d70ff commit 0148e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/comps/pageLayoutComp/pageLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ export function PageLayout(props: LayoutProps & { siderCollapsed: boolean; setSi
339339
autoHeight={true}
340340
emptyRows={5}
341341
minHeight={"48px"}
342-
containerPadding={[0, 0]}
342+
containerPadding={[0, 0]}
343343
showName={{ top: showHeader ? 20 : 0 }}
344344
$backgroundColor={footerStyle?.footerBackground || 'transparent'}
345345
$footerBackgroundImage={footerStyle?.footerBackgroundImage}

0 commit comments

Comments
 (0)