I am attempting to develop a grid of Bootstrap 4 cards with the following requirements:
class=\"row\"
, because I
After a little bit of experimentation, this one was easy to solve: I needed to add the mb-4 class to the containing column, not the card itself:
Test card content.
Test card content. Test card content. Test card content. Test card content.
Test card content. Test card content. Test card content. Test card content. Test card content. Test card content. Test card content. Test card content.
Test card content.
Hopefully this helps others out who are stuck in my same situation.