Fix form input widths on mobile

This commit is contained in:
Sam Becker 2024-03-22 17:19:36 -05:00
parent 7fffe1063a
commit b3957f1f9b

View File

@ -30,7 +30,7 @@
input[type=text], input[type=email], input[type=password], select, textarea {
@apply
text-[1rem] /* Prevent iOS auto-zoom behavior */
min-w-[20rem] read-only:cursor-default
read-only:cursor-default
}
input[type=text], input[type=email], input[type=password], select {
@apply