Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2018-12-22 01:47:52 +0300
committerMark Otto <markdotto@gmail.com>2018-12-22 01:47:52 +0300
commitcdcfd3b1e87638449c311ea5245bfb000226c3de (patch)
tree7cf83ebfbb7a9fca6d7ace1da7e887a8c0bdc781 /scss
parent27d691c64c49e5bcdb96ebadddbf9f7f42341e04 (diff)
parent540537c48148c46d417aabb5bf4a084fb3e5f87f (diff)
Merge branch 'text-break-util' into v4-dev
Diffstat (limited to 'scss')
-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 0edb8e58ba..7762aa47df 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; }