At the top of the page, I have four cards that are visible. Each card's height adjusts based on its content and will resize when the window size is changed. My goal is to ensure that all cards in the same row have equal heights.
To see a demo, visit: https://stackblitz.com/edit/angular-xv3syn
I am looking for the best method to set the height of all cards in a row to match the height of the tallest card. How can this be achieved?