aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.1/helpers/text-truncation.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2021-09-13 22:02:37 -0600
committerGitHub <[email protected]>2021-09-13 22:02:37 -0600
commit70533dcdb84484af4320817a4a36b47ddf0e56f9 (patch)
treefc1b9f737f926af54b67eebfb75eb6a27b23b2cf /site/content/docs/5.1/helpers/text-truncation.md
parentfde2544899f6728dea35591741662935d56b0362 (diff)
parentc9af4565fdc13eff025736e574ea10690fd21a39 (diff)
downloadbootstrap-split-vars-maps-import.tar.xz
bootstrap-split-vars-maps-import.zip
Merge branch 'main' into split-vars-maps-importsplit-vars-maps-import
Diffstat (limited to 'site/content/docs/5.1/helpers/text-truncation.md')
-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 >}}