From 0d8e5eace5af9ff55cf86b855bdf8c978b707d3f Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sat, 25 Aug 2018 19:28:40 -0400 Subject: [PATCH] [frio] Mobile: force input font size to 16px --- view/theme/frio/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index b96e53fa1a..cd55dcadc4 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -3453,4 +3453,12 @@ section .profile-match-wrapper { top: 24px; left: 24px; } + + /* + Prevent automatic zoom on input focus on iOS + see https://stackoverflow.com/a/16255670 + */ + .form-control { + font-size: 16px; + } }