diff options
| author | Mark Otto <[email protected]> | 2018-12-21 14:47:52 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-12-21 14:47:52 -0800 |
| commit | cdcfd3b1e87638449c311ea5245bfb000226c3de (patch) | |
| tree | 7cf83ebfbb7a9fca6d7ace1da7e887a8c0bdc781 | |
| parent | 27d691c64c49e5bcdb96ebadddbf9f7f42341e04 (diff) | |
| parent | 540537c48148c46d417aabb5bf4a084fb3e5f87f (diff) | |
| download | bootstrap-cdcfd3b1e87638449c311ea5245bfb000226c3de.tar.xz bootstrap-cdcfd3b1e87638449c311ea5245bfb000226c3de.zip | |
Merge branch 'text-break-util' into v4-dev
| -rw-r--r-- | scss/utilities/_text.scss | 2 |
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; } |
