Skip to content

Commit 8232033

Browse files
Merge pull request #2122 from iamfaran/fix/tabbed-container-vertical-padding
[Fix]: tabbed container body padding
2 parents 18ebefb + ca98a9f commit 8232033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/comps/tabs/tabbedContainerComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ const TabPaneContent: React.FC<TabPaneContentProps> = ({
243243
positionParams={positionParamsView}
244244
dispatch={dispatch}
245245
autoHeight={autoHeight}
246-
containerPadding={[paddingWidth, 20]}
246+
containerPadding={[paddingWidth, 0]}
247247
/>
248248
</ScrollBar>
249249
</BackgroundColorContext.Provider>

0 commit comments

Comments
 (0)