From 68cfc7189949212b9f3381f551c498233fec7f71 Mon Sep 17 00:00:00 2001 From: Akita Noek Date: Tue, 7 Jun 2016 13:30:20 -0400 Subject: [PATCH] Fixed show/hide button being slightly too short on default password input field --- .../job-templates/survey-maker/survey-maker.block.less | 8 ++++++++ 1 file changed, 8 insertions(+) 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 */ + } + } +}