From 7a6c5f3c87abe8de307558bb8755ef47eb521b09 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Mon, 23 May 2016 14:05:52 -0400 Subject: [PATCH] Give the question portion of survey-maker a minimum height so that the type dropdown has enough space and doesn't result in double scrolling. --- .../src/job-templates/survey-maker/survey-maker.block.less | 1 + awx/ui/client/src/partials/survey-maker-modal.html | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/job-templates/survey-maker/survey-maker.block.less b/awx/ui/client/src/job-templates/survey-maker/survey-maker.block.less index 9422f5b066..c2c70afcc7 100644 --- a/awx/ui/client/src/job-templates/survey-maker/survey-maker.block.less +++ b/awx/ui/client/src/job-templates/survey-maker/survey-maker.block.less @@ -58,6 +58,7 @@ .SurveyMaker-content { display: flex; margin-top: 25px; + min-height: 560px; } .SurveyMaker-questionPanel { display: flex; diff --git a/awx/ui/client/src/partials/survey-maker-modal.html b/awx/ui/client/src/partials/survey-maker-modal.html index b1728690b6..91d02e1e2b 100644 --- a/awx/ui/client/src/partials/survey-maker-modal.html +++ b/awx/ui/client/src/partials/survey-maker-modal.html @@ -36,8 +36,7 @@
-
-
+