We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e09060a + 46708bf commit e813be3Copy full SHA for e813be3
1 file changed
src/components/shared/wizard/RenderField.tsx
@@ -221,7 +221,7 @@ const EditableSingleSelect = ({
221
? `-- ${t("SELECT_NO_OPTION_SELECTED")} --`
222
: `${t("SELECT_NO_OPTION_SELECTED")}`
223
}
224
- customCSS={{ isMetadataStyle: focused ? false : true }}
+ customCSS={{ isMetadataStyle: focused ? false : true, width: "100%" }}
225
handleMenuIsOpen={(open: boolean) => setFocused(open)}
226
openMenuOnFocus
227
autoFocus={isFirstField}
0 commit comments