git.wincent.com
/
hextrapolate.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a6dca5
)
Increase input field size
author
Greg Hurrell <greg@hurrell.net>
Wed, 31 May 2017 05:56:11 +0000
(22:56 -0700)
committer
Greg Hurrell <greg@hurrell.net>
Wed, 31 May 2017 05:56:11 +0000
(22:56 -0700)
In an effort to stop unwanted iOS auto-zooming:
https://stackoverflow.com/questions/
2989263
/disable-auto-zoom-in-input-text-tag-safari-on-iphone
src/App.css
patch
|
blob
|
history
diff --git
a/src/App.css
b/src/App.css
index 6e6fec8944b08366529f715d80905fa4acaf8a16..4521508c59876ab18d6c6ddf200b724cf5ad53bd 100644
(file)
--- a/
src/App.css
+++ b/
src/App.css
@@
-93,6
+93,10
@@
body {
min-height: 4em;
}
+ .hextrapolate-field input {
+ font-size: 16px;
+ }
+
.hextrapolate-row {
display: block;
}