mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Limit the visible playbook select region
This commit is contained in:
@@ -65,6 +65,7 @@ function PlaybookSelect({
|
||||
isValid={isValid}
|
||||
onBlur={onBlur}
|
||||
isDisabled={isLoading || isDisabled}
|
||||
maxHeight="1000%"
|
||||
>
|
||||
{options.map(opt => (
|
||||
<SelectOption key={opt} value={opt} />
|
||||
|
||||
Reference in New Issue
Block a user