aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorChristian Oliff <[email protected]>2021-09-09 20:30:41 +0900
committerGitHub <[email protected]>2021-09-09 14:30:41 +0300
commitf7c361f5538f0ea93badd1964b3d8b54d30ded86 (patch)
treea3c117c465eef21b0c401dd0a7f2d93b16ea000d /site
parent2a925d6fd800d89b072d9f035a069d84e735941b (diff)
downloadbootstrap-f7c361f5538f0ea93badd1964b3d8b54d30ded86.tar.xz
bootstrap-f7c361f5538f0ea93badd1964b3d8b54d30ded86.zip
replace dummy text with English for Text truncation page (#34936)
Diffstat (limited to 'site')
-rw-r--r--site/content/docs/5.1/helpers/text-truncation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.1/helpers/text-truncation.md b/site/content/docs/5.1/helpers/text-truncation.md
index a92a171fd..799f2059b 100644
--- a/site/content/docs/5.1/helpers/text-truncation.md
+++ b/site/content/docs/5.1/helpers/text-truncation.md
@@ -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 >}}