From 366bc885231b9d1df5906782ba4660ba4503f82b Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 4 Nov 2018 13:33:57 +0200 Subject: [PATCH] Add `text-wrap` example. --- site/docs/4.1/utilities/text.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 %}