mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
Fixed show/hide button being slightly too short on default password input field
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user