mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -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 {
|
.SurveyMaker-previewDescription {
|
||||||
margin-bottom: 5px;
|
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