I have a repeating group that displays textual content which has been split into a list.
When I hide one of the list items, (Button Click > Workflow > Hide Group Containing Buttons & Repeating Groups Text Field) The content disappears, but no changes to the container elements height occur, so there is just whitespace where the content was.
Collapse when hidden is selected, for all elements on & within the Group being hidden. No minimum heights are specified.
Despite this fact the elements spacing remains on page. When I inspect the elements HTML, I see content-box; min-height: 100px;
hardcoded into the repeating group item’s element.
This is not a value I have set for any element in the repeating group. Can anyone explain why this is happening, and if there is a workaround?