Fix form input widths on mobile
This commit is contained in:
parent
7fffe1063a
commit
b3957f1f9b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user