Skip to content

Commit c1ed9fe

Browse files
Take advantage of all available space for dropdowns in metadata modals
1 parent 3d3bd0b commit c1ed9fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/shared/wizard/RenderField.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ const EditableSingleSelect = (props: EditableSingleSelectProps) => {
238238
? `-- ${t("SELECT_NO_OPTION_SELECTED")} --`
239239
: `${t("SELECT_NO_OPTION_SELECTED")}`
240240
}
241-
customCSS={{ isMetadataStyle: focused ? false : true }}
241+
customCSS={{ isMetadataStyle: focused ? false : true, width: "100%" }}
242242
handleMenuIsOpen={(open: boolean) => setFocused(open)}
243243
openMenuOnFocus
244244
autoFocus={isFirstField}

0 commit comments

Comments
 (0)