Skip to content

Commit ca98a9f

Browse files
committed
[Fix]: tabbed container body padding
1 parent ff471ee commit ca98a9f

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)