Skip to content

Commit

Permalink
fix: grid auto rows
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasguillot committed Apr 9, 2020
1 parent aa0336f commit b9d0841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/template-modal/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b9d0841

Please sign in to comment.