ZywaveLabs / Retrospectre

MSOE SDL project.
http://retrospectre.zywave.com
MIT License
5 stars 2 forks source link

Layout Should be Modified By Number Of Categories Created #116

Closed tpronschinske closed 7 years ago

tpronschinske commented 7 years ago

The default view is for 3 categories. After that they categories start to stack/wrap. This should be modified based on the amount of categories created. The definitions below are from materialize grid (http://materializecss.com/grid.html) if you need a reference to column sizes.

2 categories = s6 / s6 3 categories = s4 / s4 / s4 4 categories = s3 / s3 / s3/ s3 ...etc

Awkewainze commented 7 years ago

Handled in PR #121