Break Word
Bootstrap 5 Break Word component
Responsive Break Word built with Bootstrap 5. A simple way to prevent long strings of text from breaking your components’ layout.
Basic example
Prevent long strings of text from breaking your components’ layout by using
.text-break to set word-wrap: break-word and
word-break: break-word. We use word-wrap instead of the more common
overflow-wrap for wider browser support, and add the deprecated
word-break: break-word to avoid issues with flex containers.
mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
<p class="text-break">mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm</p>