a password input must not be that wide

This commit is contained in:
simon lehericey 2021-10-12 23:32:30 +02:00
parent 6e6635560f
commit 461b774188

View file

@ -241,6 +241,7 @@
}
input[type=email],
input[type=password],
input[type=number],
input[type=tel], {
max-width: 500px;