mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-17 15:11:33 +00:00
The mobile single-column override for the welcome suggestion grid sat before the base two-column rules with equal specificity, so it never applied; iPhone WebKit views also inflate text via font boosting because text-size-adjust was never locked, letting labels paint outside the chips. Move the override after the base rules, lock text-size-adjust at the root, and harden chip wrapping (line-height, balance, break-word).