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:
parent
9e1285c6f3
commit
3adf864c42
1 changed files with 3 additions and 0 deletions
|
|
@ -512,6 +512,9 @@ const ProfileSelector = () => {
|
|||
onOpenChange={handleToggle}
|
||||
toggle={toggleOpenSCAP}
|
||||
shouldFocusFirstItemOnOpen={false}
|
||||
popperProps={{
|
||||
maxWidth: '50vw',
|
||||
}}
|
||||
>
|
||||
<SelectList>
|
||||
{isFetching && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue