a password input must not be that wide
This commit is contained in:
parent
6e6635560f
commit
461b774188
1 changed files with 1 additions and 0 deletions
|
@ -241,6 +241,7 @@
|
|||
}
|
||||
|
||||
input[type=email],
|
||||
input[type=password],
|
||||
input[type=number],
|
||||
input[type=tel], {
|
||||
max-width: 500px;
|
||||
|
|
Loading…
Reference in a new issue