From bfd31a793eef0698fa38a191e68add69ff58e81b Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Fri, 9 Mar 2018 22:43:07 +0100 Subject: [PATCH] fix for form-group-grids --- templates/widgets/form.lucius | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/widgets/form.lucius b/templates/widgets/form.lucius index 0fac63bb5..38bea2dd9 100644 --- a/templates/widgets/form.lucius +++ b/templates/widgets/form.lucius @@ -80,7 +80,6 @@ textarea:focus { position: relative; display: grid; grid-template-columns: repeat(3, minmax(150px, max-content)); - grid-auto-rows: 30px; grid-gap: 5px; align-items: center; margin: 10px 0;