Why doesn\'t word wrap property work properly in the example below?
http://jsfiddle.net/k5VET/739/
What can I do to ensure that part of the word \'consectetur\'
If word-wrap: break-all don't work, try also add this:
word-wrap: break-all
white-space:normal;
work for me with the .btn class in Bootstrap 3