Skip to content

Commit 1ae320d

Browse files
committed
[Fix]: #1626 remove min-width from the UI
1 parent 112a7f1 commit 1ae320d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

client/packages/lowcoder/src/comps/controls/optionsControl.tsx

-5
Original file line numberDiff line numberDiff line change
@@ -604,11 +604,6 @@ ColumnOption = class extends ColumnOption implements OptionCompProperty {
604604

605605
return (
606606
<StyledContent>
607-
{useFlexLayout && this.children.minWidth.propertyView({
608-
label: trans('responsiveLayout.minWidth'),
609-
preInputNode: <StyledIcon as={WidthIcon} title="" />,
610-
placeholder: '3px',
611-
})}
612607
{useFlexLayout && this.children.width.propertyView({
613608
label: trans('responsiveLayout.width'),
614609
preInputNode: <StyledIcon as={WidthIcon} title="" />,

0 commit comments

Comments
 (0)