Created by: leafac
Why would you want the default browser behavior of a long word overflowing the container?
What’s already done:
- Applied
.text-breaktobodyin Reboot (see https://getbootstrap.com/docs/5.0/utilities/text/#word-break) - Removed instances of
word-wrapfrom components, which now became redundant.
What’s left to do:
- Remove
.text-break? - Provide an utility with the converse, which sets
word-breakandword-wrapback tonormal?
Follow up to: https://github.com/twbs/bootstrap/issues/20323