Resize repeat grid cell when adding content to stack in repeat grid
In the table example shown below, the text element in the third column is set to auto height. All of the table cells are in Cell Group, which was then grouped with the horizontal line below Cell Group to create Row Group. Row Group has stacking turned on so that the horizontal line is always 16px below Cell Group.
This is all well and good until Repeat Grid enters the picture. If I create a repeat grid from Row Group, set the grid spacing to 16px, then populate variable height content into Column 3, I get the mess shown in Screenshot 155. Screenshot 156 shows that the grid spacing sets itself to a negative value when the variable height content is introduced, versus the expected behavior of the grid spacing adjusting the positions of each grid item to respect the 16px spacing set at the start.
Screenshot 154 shows that if the spacing is set back to 16px, the result is CLEARLY not correct. I'd like to request an update to repeat grid that allows it to respect the defined spacing between grid elements even if auto-height content exists. Thanks!