From 7637b629bc2e0a3f392d8834f1cdc35ef6bbb76f Mon Sep 17 00:00:00 2001 From: Sarah Conway Date: Thu, 18 Oct 2018 07:34:00 -0700 Subject: [PATCH] fix input styles --- media/pgdu/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/pgdu/css/style.css b/media/pgdu/css/style.css index d117925..6ca2fc8 100644 --- a/media/pgdu/css/style.css +++ b/media/pgdu/css/style.css @@ -83,7 +83,7 @@ table tbody tr { } select#emailreason, input[name="reason"] { - margin: 2rem 0; + margin: 2rem 0 !important; } input[type="text"], input[type="password"], input[type="email"], select { -- 2.39.5