FIX: adjust 2FA input width in mobile login form

This commit is contained in:
Joe 2018-06-10 21:33:41 +08:00 committed by Neil Lalonde
parent 1612c28718
commit 7c9aa82625

View File

@ -69,7 +69,8 @@
.modal-body input[type="text"],
.modal-body input[type="email"],
.modal-body input[type="password"] {
.modal-body input[type="password"],
.modal-body input[type="tel"] {
margin-top: 0;
width: 100%;
box-sizing: border-box;