Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repeat notation with a track listing and a grid-gap calculates incorrectly at Webkit/Blink #33

Open
kizu opened this issue Feb 21, 2018 · 0 comments

Comments

@kizu
Copy link

kizu commented Feb 21, 2018

In Webkit & Blink, if we have something like

.grid {
  repeat(auto-fill, minmax(64px, 1fr) minmax(64px, 1fr));
  grid-gap: 1em;
}

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.

Test case: https://codepen.io/kizu/pen/paayMm?editors=1100 (appears not on every viewport width, could need to be resized)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant