]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add new .text-break utility for applying word-break: break-word
authorMark Otto <markdotto@gmail.com>
Sun, 16 Dec 2018 21:23:33 +0000 (13:23 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 16 Dec 2018 21:23:33 +0000 (13:23 -0800)
scss/utilities/_text.scss

index 0edb8e58ba54a32b27cec8853e36c9a457ded64e..7762aa47df19c2c83f1013ff7c99869fd380fd6e 100644 (file)
@@ -62,6 +62,8 @@
 
 .text-decoration-none { text-decoration: none !important; }
 
+.text-break    { word-break: break-word !important; }
+
 // Reset
 
 .text-reset { color: inherit !important; }