mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-23 00:39:54 +00:00
replace dummy text with English for Text truncation page (#34936)
This commit is contained in:
parent
2a925d6fd8
commit
f7c361f553
@ -12,12 +12,12 @@ For longer content, you can add a `.text-truncate` class to truncate the text wi
|
|||||||
<!-- Block level -->
|
<!-- Block level -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-2 text-truncate">
|
<div class="col-2 text-truncate">
|
||||||
Praeterea iter est quasdam res quas ex communi.
|
This text is quite long, and will be truncated once displayed.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Inline level -->
|
<!-- Inline level -->
|
||||||
<span class="d-inline-block text-truncate" style="max-width: 150px;">
|
<span class="d-inline-block text-truncate" style="max-width: 150px;">
|
||||||
Praeterea iter est quasdam res quas ex communi.
|
This text is quite long, and will be truncated once displayed.
|
||||||
</span>
|
</span>
|
||||||
{{< /example >}}
|
{{< /example >}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user