bootstrap no word break code example
Example 1: bootstrap text no wrap
<div class="text-nowrap" style="width: 8rem;">
This text should overflow the parent.
</div>
Example 2: bootstrap row no-wrap
<div class="row flex-nowrap">
<div class="col"></div>
<div class="col"></div>
</div>