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