diff --git a/src/Components/CreateImageWizard/steps/ImageOutput/ReleaseSelect.tsx b/src/Components/CreateImageWizard/steps/ImageOutput/ReleaseSelect.tsx index e220ccd3..a6ea5617 100644 --- a/src/Components/CreateImageWizard/steps/ImageOutput/ReleaseSelect.tsx +++ b/src/Components/CreateImageWizard/steps/ImageOutput/ReleaseSelect.tsx @@ -156,6 +156,11 @@ const ReleaseSelect = () => { onClick={onToggleClick} isExpanded={isOpen} data-testid="release_select" + style={ + { + 'max-width': '100%', + } as React.CSSProperties + } > {releases.get(distribution)}