diff --git a/site/docs/4.1/utilities/text.md b/site/docs/4.1/utilities/text.md index 25e72bc8f5..0072775324 100644 --- a/site/docs/4.1/utilities/text.md +++ b/site/docs/4.1/utilities/text.md @@ -31,6 +31,15 @@ For left, right, and center alignment, responsive classes are available that use ## Text wrapping and overflow +Wrap text with a `.text-wrap` class. + +{% capture example %} +
+ This text should wrap. +
+{% endcapture %} +{% include example.html content=example %} + Prevent text from wrapping with a `.text-nowrap` class. {% capture example %}