We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c437735 commit 91d0a65Copy full SHA for 91d0a65
scss/utilities/_text.scss
@@ -63,8 +63,8 @@
63
.text-decoration-none { text-decoration: none !important; }
64
65
.text-break {
66
- word-break: break-word !important; // IE & < Edge 18
67
- 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
68
}
69
70
// Reset
0 commit comments