We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff471ee commit ca98a9fCopy full SHA for ca98a9f
client/packages/lowcoder/src/comps/comps/tabs/tabbedContainerComp.tsx
@@ -243,7 +243,7 @@ const TabPaneContent: React.FC<TabPaneContentProps> = ({
243
positionParams={positionParamsView}
244
dispatch={dispatch}
245
autoHeight={autoHeight}
246
- containerPadding={[paddingWidth, 20]}
+ containerPadding={[paddingWidth, 0]}
247
/>
248
</ScrollBar>
249
</BackgroundColorContext.Provider>
0 commit comments