diff --git a/src/components/Dashboard/common/ObjectProperty.jsx b/src/components/Dashboard/common/ObjectProperty.jsx index a490b80..24594fa 100644 --- a/src/components/Dashboard/common/ObjectProperty.jsx +++ b/src/components/Dashboard/common/ObjectProperty.jsx @@ -127,7 +127,7 @@ const ObjectProperty = ({ formItemName = name ? name.split('.') : undefined } - var textParams = { style: { whiteSpace: 'nowrap' } } + var textParams = { style: { whiteSpace: 'nowrap', minWidth: '0' } } if (disabled == true) { textParams = { ...textParams, delete: true, type: 'secondary' }