From 7914f76bad5a511bcfa6544a772bb924809023dc Mon Sep 17 00:00:00 2001 From: VIVEK PATEL Date: Sun, 12 May 2024 04:14:46 -0400 Subject: [PATCH] Change the input width in DevMailingListSubscription --- styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/globals.css b/styles/globals.css index 34972fa3..38f65194 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -66,7 +66,7 @@ mark { padding: 10px; border: 1px solid #ccc; border-radius: 4px; - width: 20%; + /* width: 20%; */ font-size: 90%; margin: 8px 10px 16px 0; transition: all 0.3s ease;