mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-31 11:40:23 +00:00
Doc: fix text overflow example
This commit is contained in:
parent
795167d822
commit
dd19bf2657
1 changed files with 1 additions and 1 deletions
|
|
@ -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 >}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue