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:
Javi Martín
2025-02-26 09:00:47 +01:00
parent a1bdaf6e8f
commit 5df85bac4e

View File

@@ -1,5 +1,6 @@
.management-account-edit-password-manually {
[type=password] {
[type=password],
[type=text] {
margin-bottom: 0 !important;
}
}