How can I align last row when text length is different

Hi guys,
I’m trying to bring that price at the same level (bottom) for all the cards in the repeating group. It’s not at the same level because some office description is shorter, some is longer.

I selected this spacing, however, it doesn’t seem to work. You have the element tree there in case you need it.

Thank you!!

Make the description text to be of fixed height?

1 Like

@adig Is it what you want?

Here is my solution

In my RG (sets 4 fixed column), set the min-height of the group that contains all element to 100% and its container alignment to space-between (with me, it’s Group RG Container)

Use a group to contain all other items (in my case: Group Country, Image & Description)
Set the text that has to be at the bottom right below the above group

1 Like

Your solution: set min-height: 100% for Group Space Card, then group Text Space name, Group Flag and Cowork Image into a group, set that group to fit width to content

1 Like