Skip to content

Commit

Permalink
replace dummy text with English for Text truncation page (#34936)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Sep 9, 2021
1 parent 2a925d6 commit f7c361f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/docs/5.1/helpers/text-truncation.md
Expand Up @@ -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 >}}

0 comments on commit f7c361f

Please sign in to comment.