-
Notifications
You must be signed in to change notification settings - Fork 3.4k
How to wrap cards across rows? #498
Comments
As far as I know this is not possible using material alone, but I hope this will be added in the future. I think it is possible using the CSS Unfortunately, |
try this will probably leave vertical gaps if the cards are not the same height if you are unhappy with these gaps you could try angular-masonry |
I hit the same problem. |
Yea I was able to do this with the flex-wrap property |
Awesome, what a great way to get around the inline-block extra whitespace problem I would like to have a
dunno if the prefixes are still needed |
I am also using flex-wrap and experiencing some issues with the positioning
|
PR: #634. |
layout-wrap works for me, thanks.
|
Hello I have this problem, please help 👍 impossible to break the paragraph each of the 3 iterations ng-repeat |
- add more links to deployments - add guidance on where to open issues - add links to where source content comes from - fix instructions for running locally - add some troubleshooting notes Fixes angular#498
I have an unknown number of cards, with a width of say 300px. If the cards are too wide to fit in a row, I want them to automatically wrap onto the next row. This is my best effort:
It doesn't wrap. Is there a simple way of doing this please?
The text was updated successfully, but these errors were encountered: