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 {
|
.group-card-list {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
align-items: flex-start;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user