1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00

Fixed show/hide button being slightly too short on default password input field

This commit is contained in:
Akita Noek 2016-06-07 13:30:20 -04:00
parent abcd2219fc
commit 68cfc71899

View File

@ -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 */
}
}
}