bootstrap text no wrap 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 4 font bold
font-weight-bold
Example 3: bootstrap row no-wrap
<div class="row flex-nowrap">
<div class="col"></div>
<div class="col"></div>
</div>