Update ObjectProperty component to include minWidth style for text parameters
This commit is contained in:
parent
5434b10923
commit
c075599044
@ -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' }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user