I’ve got this very simple set up of a card component in a carousel. The card label has truncation enabled with max lines set to 2.
Almost all of my cards in the carousel use two lines of text, but one card only needs one line. This results in that one card being shorter than the others:
Normally I’d work around this with some combination of fixed height layers or maybe setting the one card to fill the container’s height, but neither are sustainable. I just want the card label to have up to two lines, but have the option to reserve the space if it doesn’t use all the space.