mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 05:43:16 +08:00
FIX: adjust 2FA input width in mobile login form
This commit is contained in:
parent
1612c28718
commit
7c9aa82625
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user