From 000086a46c6d9fbde5087d87a391b448f3f4ac17 Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Tue, 30 May 2017 22:56:11 -0700 Subject: [PATCH] Increase input field size 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.css b/src/App.css index 6e6fec8..4521508 100644 --- 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; } -- 2.37.1