mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 15:08:03 -03:30
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…
x
Reference in New Issue
Block a user