We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e5e96 commit 1e769a2Copy full SHA for 1e769a2
client/packages/lowcoder/src/comps/comps/responsiveLayout/responsiveLayout.tsx
@@ -66,7 +66,7 @@ const childrenMap = {
66
}),
67
autoHeight: AutoHeightControl,
68
rowBreak: withDefault(BoolControl, false),
69
- matchColumnsHeight: withDefault(BoolControl, false),
+ matchColumnsHeight: withDefault(BoolControl, true),
70
rowStyle: withDefault(styleControl(ResponsiveLayoutRowStyle), {}),
71
columnStyle: withDefault(styleControl(ResponsiveLayoutColStyle), {}),
72
columnPerRowLG: withDefault(NumberControl, 4),
0 commit comments