I\'m using Bootstrap and I have a table with a few columns, the last of which sometimes has a long piece of text without spaces. I noticed that under certain screen sizes, t
This works without forcing table layout to be fixed Just add it to td or any
.is-breakable { word-break: break-word; }