fix issue with templates showing over more than two rows

This commit is contained in:
Peter Clement 2022-01-19 15:22:55 +00:00
parent 14535e5393
commit 3c1414dc18
1 changed files with 3 additions and 0 deletions

View File

@ -474,9 +474,12 @@
}
.grid {
height: 200px;
display: grid;
overflow: hidden;
grid-gap: var(--spacing-xl);
grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
grid-template-rows: minmax(100px, 1fr) minmax(100px, 1fr) minmax(0px, 0);
}
.template-card {
height: 80px;