From 2dc9c1a1c82a38b9c59b4942b4b53927ccc398cf Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Tue, 6 Apr 2021 17:36:42 -0400 Subject: [PATCH] Limit the visible playbook select region --- awx/ui_next/src/screens/Template/shared/PlaybookSelect.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui_next/src/screens/Template/shared/PlaybookSelect.jsx b/awx/ui_next/src/screens/Template/shared/PlaybookSelect.jsx index 79e80170a9..ad47f2d4c1 100644 --- a/awx/ui_next/src/screens/Template/shared/PlaybookSelect.jsx +++ b/awx/ui_next/src/screens/Template/shared/PlaybookSelect.jsx @@ -65,6 +65,7 @@ function PlaybookSelect({ isValid={isValid} onBlur={onBlur} isDisabled={isLoading || isDisabled} + maxHeight="1000%" > {options.map(opt => (