diff --git a/docs/4.0/utilities/text.md b/docs/4.0/utilities/text.md index 32e11335dd..8dcbba078c 100644 --- a/docs/4.0/utilities/text.md +++ b/docs/4.0/utilities/text.md @@ -42,14 +42,20 @@ Prevent text from wrapping with a `.text-nowrap` class. {% endexample %} -For longer content, you can add a `.text-truncate` class to truncate the text with an ellipsis. +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 html %} +