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

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} />