mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 17:50:59 +00:00
This fixes a bug that was seen when a combination of the grid having been floated with `float: left` and a `minmax()` column size were used. The issue was that a grid track size should be considered intrinsically sized if both the min and max sizes are intrinsic, not just one of them. |
||
|---|---|---|
| .. | ||
| auto-fill.html | ||
| auto-fit.html | ||
| basic.html | ||
| borders.html | ||
| different-column-sizes.html | ||
| gap.html | ||
| image-in-grid.html | ||
| intrinsic-sized-column.html | ||
| intrinsic-sized-grid.html | ||
| min-max-content.html | ||
| minmax.html | ||
| named-tracks.html | ||
| positions-and-spans.html | ||
| repeat.html | ||
| row-height.html | ||
| template-areas.html | ||