Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Column wrapping #44

Closed
jakobrosenberg opened this issue May 14, 2016 · 5 comments
Closed

Column wrapping #44

jakobrosenberg opened this issue May 14, 2016 · 5 comments

Comments

@jakobrosenberg
Copy link

Is it possible to have columns that wrap to the next line. This would be useful to show a list of cards.

Examples
http://foundation.zurb.com/sites/docs/grid.html#block-grids
http://v4-alpha.getbootstrap.com/layout/grid/#example-column-wrapping

@picturepan2
Copy link
Owner

@jakobrosenberg I will consider that. Thank you. 😬

@jakobrosenberg
Copy link
Author

For the moment I'm just adding flex-wrap: wrap where needed. Works perfectly.

@picturepan2
Copy link
Owner

@jakobrosenberg Yes, you can always custom your own layout with flexbox CSS code.

@picturepan2
Copy link
Owner

I added col-multiline to have a multiline grid in #86

@pmz
Copy link

pmz commented Jul 28, 2016

Exactly what I was looking for!
Would be useful to mention it in the documentation.
Thanks for a great framework @picturepan2 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants