Hey all, I hope everyone is having a good day!
I'm trying to make the cards inside a scrollable row take up the same height. However, I've had no luck with what I've tried so far.
More context:
The data is going to be generated dynamically, so I can't set a specific height to the card and be done with it. The main idea here is to make the other cards stretch to the same size as the biggest card.
Any ideas on how to do this?
Thank you.