Answers for "bootstrap class no wrap"

1

bootstrap text no wrap

<div class="text-nowrap" style="width: 8rem;">
  This text should overflow the parent.
</div>
Posted by: Guest on November-16-2020
0

bootstrap row no-wrap

<div class="row flex-nowrap">
    <div class="col"></div>
    <div class="col"></div>
</div>
Posted by: Guest on June-24-2020

Browse Popular Code Answers by Language