Increase size of form text to avoid iOS auto-zoom
This commit is contained in:
parent
02fbf0a2e0
commit
2c7ad19b44
@ -18,7 +18,7 @@
|
||||
tracking-wider
|
||||
}
|
||||
button, .button,
|
||||
input[type=text], input[type=password] {
|
||||
input[type=text], input[type=email], input[type=password] {
|
||||
@apply
|
||||
px-2 py-1.5
|
||||
border rounded-md
|
||||
@ -27,8 +27,9 @@
|
||||
font-mono text-base leading-none
|
||||
min-h-[2.25rem]
|
||||
}
|
||||
input[type=text], input[type=password] {
|
||||
input[type=text], input[type=email], input[type=password] {
|
||||
@apply
|
||||
text-[1rem] /* Prevent iOS auto-zoom behavior */
|
||||
min-w-[20rem] read-only:cursor-default
|
||||
read-only:bg-gray-100
|
||||
dark:read-only:bg-gray-900 dark:read-only:text-gray-400
|
||||
|
||||
Loading…
Reference in New Issue
Block a user