Created by: pat270
Demo: https://jsfiddle.net/4h6okLkn/2/
Long text with no whitespace overflow in cards, this fix should cover most long text in cards. I used word-wrap: break-word
instead of word-break: break-all
because it breaks up the words a little bit better.