You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or: repeat() with an auto-fill/auto-fit, multiple minmax() and a grid-gap cause overflow due to incorrect grid items' widths computations. The bigger the grid-gap, the bigger the problem.
In Webkit & Blink, if we have something like
Or:
repeat()
with anauto-fill
/auto-fit
, multipleminmax()
and agrid-gap
cause overflow due to incorrect grid items' widths computations. The bigger thegrid-gap
, the bigger the problem.Test case: https://codepen.io/kizu/pen/paayMm?editors=1100 (appears not on every viewport width, could need to be resized)
The text was updated successfully, but these errors were encountered: