text-break class is not working anymore from Bootstrap 4.4.1 to 4.5.0
Created by: marcosandri-dev
- Operating system and version: MacOS
- Browser and version: Chrome 81
- What happens: https://codepen.io/marcosandri-dev/pen/bGVjvXM
The workaround I have found for this is to put back the word-break: break-word
in the text-break class, like it was in the previous versions;