I have a couple of cards rendered in a grid with max. 4 columns and x rows, the card’s height is variable, based on the content inside the card.
Is there an easy way I can make sure that all card have the same height of the one with the highest height?
Example
Right now, all the cards in my first row perfectly adapt as that’s where my highest card is in. But my second doesn’t take the desired height.