0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

replace dummy text with English for Text truncation page (#34936)

This commit is contained in:
Christian Oliff 2021-09-09 20:30:41 +09:00 committed by GitHub
parent 2a925d6fd8
commit f7c361f553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,12 +12,12 @@ For longer content, you can add a `.text-truncate` class to truncate the text wi
<!-- Block level -->
<div class="row">
<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>
<!-- Inline level -->
<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>
{{< /example >}}