Hi. On my homepage (link to staging site in Private Info), I’m trying to get the white boxes in the Featured Events section to all be the same height, but this css is not working. I know this might be outside of the scope of support, but if not, could you take a quick look to see what I’m doing wrong/where flex-grow needs to be added? The different heights can be seen when the screen is 1500+px wide. Thank you.
.tribe-events-widget-events-list__event-row {
flex-grow: 1;
}