From 89e4006b2d84d398e34d407a019854823b1dd37d Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 22 Sep 2021 06:38:27 +0000 Subject: composer update bootstrap to version 5.1.1 --- .../content/docs/5.1/helpers/text-truncation.md | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/helpers/text-truncation.md (limited to 'vendor/twbs/bootstrap/site/content/docs/5.1/helpers/text-truncation.md') diff --git a/vendor/twbs/bootstrap/site/content/docs/5.1/helpers/text-truncation.md b/vendor/twbs/bootstrap/site/content/docs/5.1/helpers/text-truncation.md new file mode 100644 index 000000000..a92a171fd --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/5.1/helpers/text-truncation.md @@ -0,0 +1,23 @@ +--- +layout: docs +title: Text truncation +description: Truncate long strings of text with an ellipsis. +group: helpers +toc: 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 >}} + +
+
+ Praeterea iter est quasdam res quas ex communi. +
+
+ + + + Praeterea iter est quasdam res quas ex communi. + +{{< /example >}} -- cgit v1.2.3