Allow group cards to expand and contract with the height of their content.

This commit is contained in:
Dank Gabs 2019-07-19 23:54:17 -04:00
parent b97d23f9e2
commit 20c36b1e94

@ -17,6 +17,7 @@
.group-card-list {
display: flex;
flex-direction: row;
align-items: flex-start;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;