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 c2c70afcc7..785d17f26d 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 @@ -211,3 +211,11 @@ .SurveyMaker-previewDescription { margin-bottom: 5px; } + +.SurveyMaker-questionPanel { + #survey_question_default_password { + button { + height: 30px; /* show/hide button should match our input height */ + } + } +}