Skip to content

Instantly share code, notes, and snippets.

@cdcharlebois
Created November 15, 2022 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdcharlebois/58a9d79b6d3fd094145b12a57f2caf4f to your computer and use it in GitHub Desktop.
Save cdcharlebois/58a9d79b6d3fd094145b12a57f2caf4f to your computer and use it in GitHub Desktop.
Render a listview horizontally
.listview-horizontal > ul {
display: flex;
flex-wrap: wrap;
}
.listview-horizontal > ul > li {
min-width: 200px;
flex: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment