1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00
Restore word-break: break-word on .text-break to fix text breaking on flex containers
This commit is contained in:
XhmikosR
2020-06-04 10:04:33 +03:00
parent ac3c2e2356
commit 288b9b82b5
2 changed files with 3 additions and 2 deletions

View File

@@ -63,7 +63,8 @@
.text-decoration-none { text-decoration: none !important; }
.text-break {
word-wrap: break-word !important;
word-break: break-word !important; // IE & < Edge 18
overflow-wrap: break-word !important;
}
// Reset