From 1b0491588fca8040f131be22a81161cca2e95c94 Mon Sep 17 00:00:00 2001 From: Sammy-T Date: Fri, 5 Mar 2021 19:48:20 -0500 Subject: [PATCH] Extend input min-width and add padding --- components/layout/FormLayout.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/layout/FormLayout.module.css b/components/layout/FormLayout.module.css index 2b0f6d1f..d7c9ff53 100644 --- a/components/layout/FormLayout.module.css +++ b/components/layout/FormLayout.module.css @@ -16,6 +16,7 @@ position: relative; margin-bottom: 20px; line-height: 1.8; + padding: 0 6px; } .row > div { @@ -25,7 +26,7 @@ .row > div > input { width: 100%; - min-width: 200px; + min-width: 240px; } .buttons {