Wizard: Fix OpenSCAP select width

This adds a maxWidth prop to the OpenSCAP select. Previously the options overflowed on the right side of the screen.
This commit is contained in:
regexowl 2025-04-02 12:20:16 +02:00 committed by Klara Simickova
parent 9e1285c6f3
commit 3adf864c42

View file

@ -512,6 +512,9 @@ const ProfileSelector = () => {
onOpenChange={handleToggle}
toggle={toggleOpenSCAP}
shouldFocusFirstItemOnOpen={false}
popperProps={{
maxWidth: '50vw',
}}
>
<SelectList>
{isFetching && (