From cb3fbade39ef0c8dfa0f99c53798c042ddb2ec8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Tue, 17 Mar 2026 16:17:16 +0400 Subject: [PATCH] Prevent unwanted zoom 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 1cc0606..7732174 100644 --- a/app/styles/app.css +++ b/app/styles/app.css @@ -389,7 +389,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 */ color: #333; background-color: #fff;