diff options
| author | Mark Otto <[email protected]> | 2018-12-16 13:23:33 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-12-16 13:23:33 -0800 |
| commit | 540537c48148c46d417aabb5bf4a084fb3e5f87f (patch) | |
| tree | 61b438f8b44ba9706f7b5855a3722cdfe7422c2d | |
| parent | dac464a5b82ff32a0d955487113a5d167253dea6 (diff) | |
| download | bootstrap-540537c48148c46d417aabb5bf4a084fb3e5f87f.tar.xz bootstrap-540537c48148c46d417aabb5bf4a084fb3e5f87f.zip | |
Add new .text-break utility for applying word-break: break-word
| -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; } |
