aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2018-12-21 14:47:52 -0800
committerMark Otto <[email protected]>2018-12-21 14:47:52 -0800
commitcdcfd3b1e87638449c311ea5245bfb000226c3de (patch)
tree7cf83ebfbb7a9fca6d7ace1da7e887a8c0bdc781
parent27d691c64c49e5bcdb96ebadddbf9f7f42341e04 (diff)
parent540537c48148c46d417aabb5bf4a084fb3e5f87f (diff)
downloadbootstrap-cdcfd3b1e87638449c311ea5245bfb000226c3de.tar.xz
bootstrap-cdcfd3b1e87638449c311ea5245bfb000226c3de.zip
Merge branch 'text-break-util' into v4-dev
-rw-r--r--scss/utilities/_text.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss
index 0edb8e58b..7762aa47d 100644
--- a/scss/utilities/_text.scss
+++ b/scss/utilities/_text.scss
@@ -62,6 +62,8 @@
.text-decoration-none { text-decoration: none !important; }
+.text-break { word-break: break-word !important; }
+
// Reset
.text-reset { color: inherit !important; }