fixed password input style on small screens
This commit is contained in:
parent
557db53d39
commit
fddf1c40dc
|
@ -35,8 +35,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-device-width: 520px), (max-width: 520px) {
|
@media (max-device-width: 520px), (max-width: 520px) {
|
||||||
.passwordInput {
|
.passwordInput__form {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: inherit;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue