diff --git a/plugins/catalog-react/src/components/EntityOwnerPicker/EntityOwnerPicker.tsx b/plugins/catalog-react/src/components/EntityOwnerPicker/EntityOwnerPicker.tsx index 8876266db2..5b5bd39310 100644 --- a/plugins/catalog-react/src/components/EntityOwnerPicker/EntityOwnerPicker.tsx +++ b/plugins/catalog-react/src/components/EntityOwnerPicker/EntityOwnerPicker.tsx @@ -66,6 +66,9 @@ const FixedWidthFormControlLabel = withStyles( label: { width: '100%', }, + root: { + width: '90%', + }, }), { name: 'FixedWidthFormControlLabel' }, )(FormControlLabel);