diff --git a/frontend/src/styles.css b/frontend/src/styles.css index af15a9d..6fe177e 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -128,6 +128,12 @@ .form-grid { display: grid; gap: 12px; + width: 100%; + max-width: none; +} + +.form-grid > .form-group { + max-width: none; } .form-grid.two {