Merge pull request #9827 from ansible/jakemcdermott-playbook-max-size

Limit the visible playbook select region

SUMMARY
before

after

Reviewed-by: Kersom <None>
This commit is contained in:
softwarefactory-project-zuul[bot] 2021-04-07 01:06:55 +00:00 committed by GitHub
commit a10c3c0493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,7 @@ function PlaybookSelect({
isValid={isValid}
onBlur={onBlur}
isDisabled={isLoading || isDisabled}
maxHeight="1000%"
>
{options.map(opt => (
<SelectOption key={opt} value={opt} />