When _ellipsis_ class exists, the layout breaks. The following pen demonstrates the issue:
https://codepen.io/tomers-the-encoder/pen/byZWbm?&editable=true&editors=111
You have to give the div a max width in order for ellipses to work. In your case just add a full-width class on the parent .col: https://codepen.io/anon/pen/dErzRG?editors=1010
Thanks!
Most helpful comment
You have to give the div a max width in order for ellipses to work. In your case just add a
full-widthclass on the parent.col: https://codepen.io/anon/pen/dErzRG?editors=1010