mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
Update .text-break for wider browser support
This commit is contained in:
parent
c437735b6c
commit
91d0a65243
@ -63,8 +63,8 @@
|
|||||||
.text-decoration-none { text-decoration: none !important; }
|
.text-decoration-none { text-decoration: none !important; }
|
||||||
|
|
||||||
.text-break {
|
.text-break {
|
||||||
word-break: break-word !important; // IE & < Edge 18
|
word-break: break-word !important; // Deprecated, but avoids issues with flex containers
|
||||||
overflow-wrap: break-word !important;
|
word-wrap: break-word !important; // Used instead of `overflow-wrap` for IE & Edge Legacy
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reset
|
// Reset
|
||||||
|
Loading…
x
Reference in New Issue
Block a user