Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1e769a2

Browse files
fix: set match column height default value to true
1 parent f3e5e96 commit 1e769a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎client/packages/lowcoder/src/comps/comps/responsiveLayout/responsiveLayout.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const childrenMap = {
6666
}),
6767
autoHeight: AutoHeightControl,
6868
rowBreak: withDefault(BoolControl, false),
69-
matchColumnsHeight: withDefault(BoolControl, false),
69+
matchColumnsHeight: withDefault(BoolControl, true),
7070
rowStyle: withDefault(styleControl(ResponsiveLayoutRowStyle), {}),
7171
columnStyle: withDefault(styleControl(ResponsiveLayoutColStyle), {}),
7272
columnPerRowLG: withDefault(NumberControl, 4),

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /