From: XhmikosR Date: Sun, 4 Nov 2018 11:33:57 +0000 (+0200) Subject: Add `text-wrap` example. X-Git-Tag: v4.2.0~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=366bc885231b9d1df5906782ba4660ba4503f82b;p=thirdparty%2Fbootstrap.git Add `text-wrap` example. --- 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 %}