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:
@@ -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)
|
||||
),
|
||||
|
Reference in New Issue
Block a user