From 52bf53eda93f3bd5e26f576e9c4bb759b1752a57 Mon Sep 17 00:00:00 2001 From: Sammy-T Date: Mon, 8 Mar 2021 16:18:24 -0500 Subject: [PATCH] Increase row padding --- components/layout/FormLayout.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout/FormLayout.module.css b/components/layout/FormLayout.module.css index d7c9ff53..f6171d2d 100644 --- a/components/layout/FormLayout.module.css +++ b/components/layout/FormLayout.module.css @@ -16,7 +16,7 @@ position: relative; margin-bottom: 20px; line-height: 1.8; - padding: 0 6px; + padding: 0 20px; } .row > div {