0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Update .text-break for wider browser support

This commit is contained in:
Mark Otto 2020-10-04 15:37:46 -07:00 committed by XhmikosR
parent c437735b6c
commit 91d0a65243

View File

@ -63,8 +63,8 @@
.text-decoration-none { text-decoration: none !important; }
.text-break {
word-break: break-word !important; // IE & < Edge 18
overflow-wrap: break-word !important;
word-break: break-word !important; // Deprecated, but avoids issues with flex containers
word-wrap: break-word !important; // Used instead of `overflow-wrap` for IE & Edge Legacy
}
// Reset