1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

Remove redundant overflow-wrap property

While `overflow-wrap` is the more recommanded option, `word-wrap` alone has a wider support.
This commit is contained in:
Martijn Cuppens
2020-01-04 18:13:48 +01:00
parent d5270cb811
commit c7ce627ca8
2 changed files with 3 additions and 3 deletions

View File

@@ -433,8 +433,8 @@ $utilities: map-merge(
class: font,
values: italic normal
),
"overflow-wrap": (
property: overflow-wrap word-wrap, // word-wrap for IE & < Edge 18
"word-wrap": (
property: word-wrap,
class: text,
values: (break: break-word)
),