From d525f050d00bb978593e00c47fa1f9777c0d031a Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Tue, 30 May 2017 22:57:39 -0700 Subject: [PATCH] Disable zoom on select elements too --- src/App.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index 4521508..3208319 100644 --- a/src/App.css +++ b/src/App.css @@ -93,7 +93,8 @@ body { min-height: 4em; } - .hextrapolate-field input { + .hextrapolate-field input, + .hextrapolate-field select { font-size: 16px; } -- 2.37.1