Fix margin in password field when showing the password
We were applying a rule that wasn't taking effect after clicking the "show password" link.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
.management-account-edit-password-manually {
|
||||
[type=password] {
|
||||
[type=password],
|
||||
[type=text] {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user