In Figma, I’m working with a design that involves three cards within an auto layout configuration. My goal is to achieve two key behaviors:
- Equal Height Across Cards: When these cards are aligned next to each other horizontally, they should all maintain an equal height, ensuring a uniform appearance.
- Content-Dependent Sizing: In scenarios where the cards do not share a row (e.g., when viewed on a narrower screen or in a different layout context), each card should adjust its height dynamically to snugly fit its content.
Is it possible to configure auto layout wrap to accommodate these requirements? Specifically, I’m looking for a way to make the containers simultaneously fill available height when aligned together and adjust to hug their content when they’re not sharing the same row.