Skip to content
Snippets Groups Projects
Commit bc211b6d authored by Dries Buytaert's avatar Dries Buytaert
Browse files

Issue #1887558 by echoz: password Strength indicator overlaps with input field in Narrow screens.

parent 4e592b1d
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,37 @@ div.password-suggestions ul {
width: 36.3em;
}
/**
* Password strength indicator on narrow viewport.
*/
@media screen and (max-width: 600px) {
.password-strength {
margin-top: 0;
width: auto;
}
.password-indicator {
margin-bottom: 0.4em;
}
input.password-confirm,
input.password-field {
margin-bottom: 0;
width: 100%;
}
div.password-confirm {
margin-top: 0;
width: auto;
}
div.form-item div.password-suggestions {
width: auto;
}
.confirm-parent,
.password-parent {
clear: none;
margin: 0;
width: 100%;
}
}
/**
* Toolbar icon.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment