Prevent unwanted zoom on iOS
All checks were successful
CI / Lint (push) Successful in 48s
CI / Test (push) Successful in 56s

This commit is contained in:
2026-03-17 16:17:16 +04:00
parent 6dfd9765b4
commit cb3fbade39

View File

@@ -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;