From 27879068f141f79e7b01482111c0101d29aba145 Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Fri, 8 Apr 2016 14:57:58 -0400 Subject: [PATCH] Fixed bug where a preview with a description was pushing the input element way off to the right --- .../src/job-templates/survey-maker/survey-maker.block.less | 3 +++ awx/ui/client/src/partials/survey-maker-modal.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 53ff0e746d..eab9fe2548 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 @@ -210,3 +210,6 @@ background-color: #EEEEEE!important; cursor: not-allowed!important; } +.SurveyMaker-previewDescription { + margin-bottom: 5px; +} diff --git a/awx/ui/client/src/partials/survey-maker-modal.html b/awx/ui/client/src/partials/survey-maker-modal.html index df2097962f..7d624302c2 100644 --- a/awx/ui/client/src/partials/survey-maker-modal.html +++ b/awx/ui/client/src/partials/survey-maker-modal.html @@ -56,7 +56,7 @@ -
+
{{question.question_description}}