mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Use word-wrap in .text-break for IE and Edge compatibility.
This commit is contained in:
committed by
Martijn Cuppens
parent
27cc792615
commit
d5270cb811
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user