I am trying to display some cards within a Bootstrap modal form.
Inside the modal, I want the cards to appear in two columns by using the "col-md-5" class.
.mycard.col-md-5
card contents
However, when I use the "col-md-5" class, it adds a property of Float:left to the cards.
As a result, the cards end up being displayed outside of the modal popup window.
https://i.sstatic.net/eXOd2.png
Any assistance on how to resolve this issue would be greatly appreciated.