1
0
Fork 0
mirror of synced 2024-10-02 18:16:29 +13:00

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 d8c44be3c3
commit a9d7a19cb5

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;