Allow group cards to expand and contract with the height of their content.
This commit is contained in:
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%;
|
||||
|
Loading…
Reference in New Issue
Block a user