Skip to content

Instantly share code, notes, and snippets.

@tdrayson
Last active November 2, 2020 22:42
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 tdrayson/4cf4035078d32a9008797075a1a30e67 to your computer and use it in GitHub Desktop.
Save tdrayson/4cf4035078d32a9008797075a1a30e67 to your computer and use it in GitHub Desktop.
//Set the repeater to 100% width
// Set display:block
// Add the below to custom css in repeater
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
// Set Div inside repeater to display:block
//Add the below to the custom css
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment