utalic bootstrap code example
Example 1: bootstrap nowrap
<div class="text-nowrap" style="width: 8rem;">
This text should overflow the parent.
</div>
Example 2: utalic bootstrap
<p class="font-italic">Italic text.</p>
<div class="text-nowrap" style="width: 8rem;">
This text should overflow the parent.
</div>
<p class="font-italic">Italic text.</p>