From 88e3fb20480d876f38384cd18cb8acc0f5b94e26 Mon Sep 17 00:00:00 2001 From: Navya Govind Date: Thu, 18 Jan 2024 11:47:25 +0100 Subject: [PATCH] dynamic overflow Signed-off-by: Navya Govind --- .../src/components/EntityOwnerPicker/EntityOwnerPicker.tsx | 3 +++ 1 file changed, 3 insertions(+) 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);