@@ -42,14 +42,20 @@ Prevent text from wrapping with a `.text-nowrap` class.
</div>
{% 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`.**