scss: only set width for text/password inputs of login form (#34816)

This commit is contained in:
Frédéric Péters 2019-07-14 13:46:19 +02:00
parent a5e7ae5a2c
commit ac3584fe33
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ div#consent_banner {
}
}
.block-password input {
.block-password input[type=text], .block-password input[type=password] {
width: 25em;
}