diff options
| author | Florian Lacreuse <[email protected]> | 2019-08-29 10:41:17 +0200 |
|---|---|---|
| committer | Martijn Cuppens <[email protected]> | 2020-01-04 18:26:24 +0100 |
| commit | d5270cb811f1cd39b02e7a18b955a693de1f22cd (patch) | |
| tree | 05d14c62c9ac2fe694f8a8ff3ccef2770e09685e /scss/mixins/_reset-text.scss | |
| parent | 27cc7926151643505a43b799215a61bde2c12f28 (diff) | |
| download | bootstrap-d5270cb811f1cd39b02e7a18b955a693de1f22cd.tar.xz bootstrap-d5270cb811f1cd39b02e7a18b955a693de1f22cd.zip | |
Use word-wrap in .text-break for IE and Edge compatibility.
Diffstat (limited to 'scss/mixins/_reset-text.scss')
| -rw-r--r-- | scss/mixins/_reset-text.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_reset-text.scss b/scss/mixins/_reset-text.scss index bfa9f6e9a..354f5648b 100644 --- a/scss/mixins/_reset-text.scss +++ b/scss/mixins/_reset-text.scss @@ -1,6 +1,6 @@ @mixin reset-text { font-family: $font-family-base; - // We deliberately do NOT reset font-size or word-wrap. + // We deliberately do NOT reset font-size or overflow-wrap / word-wrap. font-style: normal; font-weight: $font-weight-normal; line-height: $line-height-base; |
