jjcm / nonio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tag limit or overflow

grantlemons opened this issue · comments

Overflow would be a bit complicated, as you'd want each complete row to be the same width. You'd need something like subtle (and consistent within a row) dynamic padding to allow them to fill a row, and/or a way to intelligently organize tags so as best to fit together.

Flex-boxes might provide a starting point, but I'm a CSS noob, so I'm just postulating.

image