From b3957f1f9b01208dddd4e89df1614b198f85895d Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Fri, 22 Mar 2024 17:19:36 -0500 Subject: [PATCH] Fix form input widths on mobile --- src/site/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/globals.css b/src/site/globals.css index 141af746..9803be2a 100644 --- a/src/site/globals.css +++ b/src/site/globals.css @@ -30,7 +30,7 @@ input[type=text], input[type=email], input[type=password], select, textarea { @apply text-[1rem] /* Prevent iOS auto-zoom behavior */ - min-w-[20rem] read-only:cursor-default + read-only:cursor-default } input[type=text], input[type=email], input[type=password], select { @apply