Issue #2318679 by bluegriff | emma.maria: Fixed "Password strength: Strong" wraps onto a second line.

8.0.x
Alex Pott 2014-08-18 17:45:36 +01:00
parent 62bb5c4d53
commit 36dd5afc42
1 changed files with 2 additions and 2 deletions

View File

@ -38,11 +38,11 @@
input.password-confirm,
input.password-field,
.password-strength {
width: 40%;
width: 55%;
}
div.password-confirm {
visibility: hidden;
width: 40%;
width: 55%;
}
div.form-item div.password-suggestions {
padding: 0.2em 0.5em;