1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 15:50:01 +02:00

Use word-wrap in .text-break for IE and Edge compatibility.

This commit is contained in:
Florian Lacreuse
2019-08-29 10:41:17 +02:00
committed by Martijn Cuppens
parent 27cc792615
commit d5270cb811
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
@mixin reset-text {
font-family: $font-family-base;
// We deliberately do NOT reset font-size or word-wrap.
// We deliberately do NOT reset font-size or overflow-wrap / word-wrap.
font-style: normal;
font-weight: $font-weight-normal;
line-height: $line-height-base;