Use bootstrap text utilities to wrap or unwrap the text.
Detailed documentation and more examples you can find in our Bootstrap Text Docs
Text wrapping and overflow
Wrap text with a .text-wrap
class.
You can prevent text from wrapping with a .text-nowrap
class.
Text truncate
For longer content, you can add a .text-truncate
class to truncate the text with an ellipsis.
Requires
display: inline-block
or display: block
.