From b9d0841e444c47616c4013bdc511668b7980fc32 Mon Sep 17 00:00:00 2001 From: Thomas Guillot Date: Thu, 9 Apr 2020 16:32:09 +0100 Subject: [PATCH] fix: grid auto rows --- src/components/template-modal/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/template-modal/style.scss b/src/components/template-modal/style.scss index 1c39350d0..c773bf911 100644 --- a/src/components/template-modal/style.scss +++ b/src/components/template-modal/style.scss @@ -66,7 +66,7 @@ display: grid; gap: 16px; grid-template-columns: repeat( 2, 1fr ); - grid-template-rows: minmax( min-content, max-content ); + grid-auto-rows: minmax( min-content, max-content ); padding: 0; &__item {