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 e6e6b3a commit 39b775dCopy full SHA for 39b775d
client/packages/lowcoder/src/comps/comps/listViewComp/listView.tsx
@@ -129,6 +129,8 @@ function ListItem({
129
dispatch={itemIdx === offset ? containerProps.dispatch : _.noop}
130
style={{
131
height: "100%",
132
+ // in case of horizontal mode, minHorizontalWidth is 0px
133
+ width: minHorizontalWidth !== '0px' ? minHorizontalWidth : '100%',
134
backgroundColor: "transparent",
135
flex: "auto",
136
}}
0 commit comments