diff --git a/components/layout/FormLayout.module.css b/components/layout/FormLayout.module.css index 1ae393bb..f6171d2d 100644 --- a/components/layout/FormLayout.module.css +++ b/components/layout/FormLayout.module.css @@ -11,14 +11,22 @@ .row { display: flex; + flex-wrap: wrap; align-items: center; position: relative; margin-bottom: 20px; line-height: 1.8; + padding: 0 20px; } .row > div { position: relative; + flex: 1 1; +} + +.row > div > input { + width: 100%; + min-width: 240px; } .buttons {