From 653e44348c65be1d99db029d98fe8a8a85317677 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 26 Jan 2026 17:01:29 +0700 Subject: [PATCH] Fix auto-zoom when focussing form field on iOS --- app/styles/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/app.css b/app/styles/app.css index ad02b6a..4aaac6f 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -257,7 +257,7 @@ body { border: 1px solid #ddd; border-radius: 4px; font-family: inherit; - font-size: 0.95rem; + font-size: 1rem; box-sizing: border-box; /* Ensure padding doesn't overflow width */ }