From 1c3b550c9bd9e3470bbcf944ec663f1602299d79 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 9 Jun 2026 04:24:36 -0300 Subject: [PATCH] =?UTF-8?q?email=20input=2050%=20wider=20(156px=E2=86=9223?= =?UTF-8?q?4px)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3fc9a02..cf760b7 100644 --- a/index.html +++ b/index.html @@ -964,7 +964,7 @@ } .pricing-config-input:focus { border-color: var(--accent); } .pricing-config-input::placeholder { color: var(--text-muted); opacity: 0.6; } - #pricing-email { width: 156px; } + #pricing-email { width: 234px; } #pricing-email.invalid { border-color: var(--danger); box-shadow: 0 0 0 2px rgba(255, 59, 59, 0.2); } .pricing-toast {