mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 08:39:56 +02:00
Use word-wrap in .text-break for IE and Edge compatibility.
This commit is contained in:
committed by
Martijn Cuppens
parent
27cc792615
commit
d5270cb811
@@ -434,7 +434,7 @@ $utilities: map-merge(
|
||||
values: italic normal
|
||||
),
|
||||
"overflow-wrap": (
|
||||
property: overflow-wrap word-break, // word-break for IE & < Edge 18
|
||||
property: overflow-wrap word-wrap, // word-wrap for IE & < Edge 18
|
||||
class: text,
|
||||
values: (break: break-word)
|
||||
),
|
||||
|
Reference in New Issue
Block a user