diff options
| author | XhmikosR <[email protected]> | 2018-12-22 18:32:28 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-12-22 18:32:28 +0200 |
| commit | 74a2d93517553cfd394526d789f6e23e99ace597 (patch) | |
| tree | d012dc1591ad0903695c88da9a9e5d8eb4993b52 /scss/utilities | |
| parent | f0e5cc3f417191f5823f426b1ae071c78f427475 (diff) | |
| parent | dee3ab427cb9b73639e38a60e1cbb59dc99fedf4 (diff) | |
| download | bootstrap-74a2d93517553cfd394526d789f6e23e99ace597.tar.xz bootstrap-74a2d93517553cfd394526d789f6e23e99ace597.zip | |
Merge branch 'v4-dev' into stretched-link
Diffstat (limited to 'scss/utilities')
| -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..a04fd097d 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; } |
