Skip to content

Instantly share code, notes, and snippets.

@Andy-set-studio
Created April 29, 2020 10:19
Show Gist options
  • Save Andy-set-studio/6d91ee25c66dc1a225e5ba8ad785a29e to your computer and use it in GitHub Desktop.
Save Andy-set-studio/6d91ee25c66dc1a225e5ba8ad785a29e to your computer and use it in GitHub Desktop.
Auto collapse with flex and gap
.auto-collapse {
display: flex;
flex-wrap: wrap;
gap: 1rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment