Auto resizing a group

Hey guys

So I have this problem that I want to fix regarding the design.

Here I have a repeating group, and as you see in the photo, there are 2 groups, car info group (big group holding the text), and the group review, which has the actual text elements like car costs etc.

As you see in the pic, sometimes there is a lot of text , like the payment method part, it is too much info it automatically leaves the group and starts writing outside of the border.

Is there a way that when there is so much text that exceeds the border height, then this group containing the text shrinks?

This way, all groups have the same width, height, and everything.

Thanks

There could be many reasons for this. The most common one is a fixed height, or perhaps you didn’t select “fit height to content” for the parent group.

Another possible reason is that if you haven’t used a group within the repeating group, it could also cause this issue.

You can wrap these texts in collumn and set it max height to some value, so it will create a scroll bar to scroll for more information

make the main group height checkbox to fit height to content and add 10px padding, it will be fine. thanks