Bug in grid in PG 7.04 - Adds extra space when set to "auto"

I get extra space in the grid row when the spacing is set to “auto”.
Here’s a video demonstration:

On intel mac, pinegrow 7.04

@ppweb a while back browsers changed how they handle images in Auto sized grid cells. Here is a video about this covering the change and how to work around it:

(Short recap: Having an image span a row with Auto now stretches the auto row to accommodate displaying the whole height of the image. Before, the image positioned with lines did not stretch the auto row. The workaround is to wrap the image in a wrapper element and position it absolutely.)

1 Like