Thanks to visit codestin.com Credit goes to github.com
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 112a7f1 commit 1ae320dCopy full SHA for 1ae320d
‎client/packages/lowcoder/src/comps/controls/optionsControl.tsx
@@ -604,11 +604,6 @@ ColumnOption = class extends ColumnOption implements OptionCompProperty {
604
605
return (
606
<StyledContent>
607
- {useFlexLayout && this.children.minWidth.propertyView({
608
- label: trans('responsiveLayout.minWidth'),
609
- preInputNode: <StyledIcon as={WidthIcon} title="" />,
610
- placeholder: '3px',
611
- })}
612
{useFlexLayout && this.children.width.propertyView({
613
label: trans('responsiveLayout.width'),
614
preInputNode: <StyledIcon as={WidthIcon} title="" />,
0 commit comments