We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2d043 commit 70561a0Copy full SHA for 70561a0
client/packages/lowcoder/src/comps/comps/responsiveLayout/responsiveLayout.tsx
@@ -61,7 +61,12 @@ const childrenMap = {
61
}),
62
autoHeight: AutoHeightControl,
63
rowBreak: withDefault(BoolControl, false),
64
- rowStyle: styleControl(ResponsiveLayoutRowStyle),
+ rowStyle: withDefault(styleControl(ResponsiveLayoutRowStyle), {
65
+ background: 'transparent',
66
+ border: 'transparent',
67
+ margin: '0',
68
+ padding: '0',
69
+ }),
70
columnStyle: styleControl(ResponsiveLayoutColStyle),
71
};
72
0 commit comments