feat(KB-189): prevent mobile zoom on all quick entry inputs

- Extend mobile font size fix from textarea to all quick entry inputs (input, select)

- Update CSS selector to cover all quick entry form elements

- Add changeset for mobile zoom fix
This commit is contained in:
gsxdsm
2026-03-30 15:55:36 -07:00
parent 11307c7470
commit c151657bbf
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": patch
---
Prevent mobile browser zoom on quick task entry inputs by setting font-size to 16px on mobile viewports for all task input fields (quick entry, inline create, and card edit inputs).