1
0
Fork 0
bootstrap-html/site/content/docs/5.3/helpers/text-truncation.md
Daniel Baumann e92720b6a7
Merging upstream version 5.3.0+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-17 07:08:19 +01:00

644 B

layout title description group toc
docs Text truncation Truncate long strings of text with an ellipsis. helpers false

For longer content, you can add a .text-truncate class to truncate the text with an ellipsis. Requires display: inline-block or display: block.

{{< example >}}

This text is quite long, and will be truncated once displayed.
This text is quite long, and will be truncated once displayed. {{< /example >}}