The previous issue about this was #19826 but got closed by the reporter without getting the ability to receive proper feedback.
It would really great to be able to define how many cards per row you maximum want. The card deck is an awesome (and only way in BS) to get the same height of all the items in the row. But the main problem is that if you have more then 2-3 items in it, it already starts to become squeezed together on smaller screens.
In the previous ticket it was mentioned to use something like card-deck cards-sm-6 cards-md-4 cards-lg-3 but maybe something like card-deck-md-3 card-deck-lg-4 where you define the amount of columns you want could work too. As people may want to include 5 columns and that doesn't work well with the grid system.
The previous issue about this was #19826 but got closed by the reporter without getting the ability to receive proper feedback.
It would really great to be able to define how many cards per row you maximum want. The card deck is an awesome (and only way in BS) to get the same height of all the items in the row. But the main problem is that if you have more then 2-3 items in it, it already starts to become squeezed together on smaller screens.
In the previous ticket it was mentioned to use something like
card-deck cards-sm-6 cards-md-4 cards-lg-3but maybe something likecard-deck-md-3 card-deck-lg-4where you define the amount of columns you want could work too. As people may want to include 5 columns and that doesn't work well with the grid system.