I am using Repeating group and inside that I have another group.
I am not setting any min-height in the group inside the repeating group.
But in the preview, I see another div being added with min-height 100. When I inspect the html, I see another div added between repeating group’s div and the child divs
This is adding unnecessary space between the repeating groups when their height is less than 100 px.
Please help me find why this extra div is coming
check for column spacing in your repeating group
Hi,
Check the ‘min-height of row’ of your repeating group. Change it to 0px.
1 Like
Thank you. This worked
1 Like
This topic was automatically closed after 70 days. New replies are no longer allowed.