How to make the cards appear on the same height?

1
Hi, I want to display some information in card format. Whenever I add some text to the card, depending on the length of the text, the cards size and height is getting changed. But I want all the cards to be on the same level(height) irrespective of the information in the card. Anyone have an idea on this? Thanks!
asked
1 answers
0

You can achieve this with some flexbox shenanigans in your custom css. You can read more about it here, for instance, including code examples. Let us know if you run into any issues!

answered