fixed password input style on small screens

This commit is contained in:
Danny Coates 2018-03-01 21:33:59 -08:00
parent 557db53d39
commit fddf1c40dc
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB

View File

@ -35,8 +35,7 @@
}
@media (max-device-width: 520px), (max-width: 520px) {
.passwordInput {
.passwordInput__form {
flex-direction: column;
width: inherit;
}
}