guidepost icon indicating copy to clipboard operation
guidepost copied to clipboard

Add column support

Open nickhamze opened this issue 5 years ago • 0 comments

I had someone write in to request column support. I think that's a pretty good idea as the list can get quite long.

I have them this snippet which should work. In the next version let's maybe try to add a range slider that uses css to change the number of columns.

#guidepost ul {
column-count: 2;
}

nickhamze avatar Feb 14 '20 16:02 nickhamze