Skip to content

Commit

Permalink
Doc: fix text overflow example
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored and mdo committed May 11, 2022
1 parent 795167d commit dd19bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.1/utilities/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Wrap text with a `.text-wrap` class.
Prevent text from wrapping with a `.text-nowrap` class.

{{< example >}}
<div class="text-nowrap bd-highlight" style="width: 8rem;">
<div class="text-nowrap bg-light border" style="width: 8rem;">
This text should overflow the parent.
</div>
{{< /example >}}
Expand Down

0 comments on commit dd19bf2

Please sign in to comment.