From 786dbc4b0e843a45527d113e7f0e6b04321e6ebd Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 20 May 2026 12:26:03 +0000 Subject: fix(select): cap width to container to prevent mobile overflow --- src/styles/input.css | 1 + 1 file changed, 1 insertion(+) (limited to 'src/styles/input.css') diff --git a/src/styles/input.css b/src/styles/input.css index a46c9b13..aaadd9a2 100644 --- a/src/styles/input.css +++ b/src/styles/input.css @@ -66,6 +66,7 @@ select { select { padding: 0.25em 0.5em; + max-width: 100%; } input[type="checkbox"] { -- cgit v1.2.3