[Bug] prevent iOS input-auto zoom by adding font-size: 16px to inputs (#2137)
This commit is contained in:
parent
4139e11b11
commit
ed495673f3
|
@ -244,3 +244,7 @@ input:-internal-autofill-selected {
|
||||||
-ms-animation: blink normal 4s infinite ease-in-out; /* IE */
|
-ms-animation: blink normal 4s infinite ease-in-out; /* IE */
|
||||||
animation: blink normal 4s infinite ease-in-out; /* Opera and prob css3 final iteration */
|
animation: blink normal 4s infinite ease-in-out; /* Opera and prob css3 final iteration */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
Loading…
Reference in New Issue