Bootstrap 4.5.3 and dependencies update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// stylelint-disable property-blacklist, declaration-no-important
|
||||
// stylelint-disable property-disallowed-list, declaration-no-important
|
||||
|
||||
//
|
||||
// Border
|
||||
|
||||
3
vendor/bootstrap/scss/utilities/_text.scss
vendored
3
vendor/bootstrap/scss/utilities/_text.scss
vendored
@@ -63,7 +63,8 @@
|
||||
.text-decoration-none { text-decoration: none !important; }
|
||||
|
||||
.text-break {
|
||||
word-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
|
||||
|
||||
Reference in New Issue
Block a user