diff --git a/src/components/Dashboard/common/ObjectProperty.jsx b/src/components/Dashboard/common/ObjectProperty.jsx index 7538855d..70f63b54 100644 --- a/src/components/Dashboard/common/ObjectProperty.jsx +++ b/src/components/Dashboard/common/ObjectProperty.jsx @@ -727,7 +727,7 @@ const ObjectProperty = ({ // Merge required rule if needed let mergedFormItemProps = { ...formItemProps, - style: { flexGrow: 1, width: '100%' } + style: { flexGrow: 1, width: '100%', minWidth: 0 } } if (required && disabled == false) { let rules