[frio] Mobile: force input font size to 16px

This commit is contained in:
Hypolite Petovan 2018-08-25 19:28:40 -04:00
parent 3bfd0ceed6
commit 0d8e5eace5
1 changed files with 8 additions and 0 deletions

View File

@ -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;
}
}