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 {