metrotranscom / doorway

component-based web framework for affordable housing management
Apache License 2.0
3 stars 1 forks source link

fix: input font size to avoid mobile zoom #715

Closed jaredcwhite closed 23 hours ago

jaredcwhite commented 5 days ago

This PR addresses #690

Description

The font size of text and select fields was smaller than body base, causing mobile browsers to zoom in when a field is selected. This resets those font sizes to the base size (aka 1rem).

Note: the styling of form fields in UIC (and Doorway's duplicate) is pretty wonky right now, so this code isn't pretty. We can revisit the issue entirely once the Seeds forms effort starts up.

How Can This Be Tested/Reviewed?

Check out search, login/signup, and common app on the public site.

Author Checklist:

Review Process: