Skip to content

Conversation

@seongminn
Copy link

Description

In CSS Grid, grid-auto-flow: row dense and grid-auto-flow: dense are essentially the same. row is the default flow, so row dense is just a way to explicitly state that the grid should fill rows and then try to fill in any holes as tightly as possible. The dense keyword alone means the same thing, as it prioritizes filling gaps over respecting the original item order.

Testing steps

Relates issues / PRs

@vercel
Copy link

vercel bot commented May 16, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
themes-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 16, 2025 8:20am

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

Successfully merging this pull request may close these issues.

1 participant