Change font size of inputs to 1rem on mobile
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
To reproduce:
- On a mobile device or in a simulated iPhone in the Simulator app on macOS, tap a text field to focus it
- When the text field focuses, the mobile browser will zoom in, because the font size of the input is < 16px/1rem
Recommended interventions:
- We should use
font-size: 1rem;for allinputs andtextareas on mobile devices. This is a broad solution that is outside the scope of groupproduct planning and needs Pajamas team alignment
Edited by 🤖 GitLab Bot 🤖