mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03: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