Bootstrap cards inside card-columns block crops, how to disable it?
Here is screenshot. http://piccy.info/view3/10286069/ca22a528ba433ab5b05119bb1d4e1fea/
This is a known issue introduced in alpha 4: https://github.com/twbs/bootstrap/issues/20654
Looks like it will be fixed for alpha 5.
The workaround is to use..
.card-columns .card { display: inline-block; width:100%; }