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:
parent
abcd2219fc
commit
68cfc71899
@ -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 */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user