1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 08:10:47 +02:00

Apply word-wrap:break-word to Tooltips and Popovers

Fixes #16871 for v4
This commit is contained in:
Chris Rebert
2016-01-17 22:23:29 -08:00
parent 27596f48f4
commit 032adf1324
3 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
@mixin reset-text {
font-family: $font-family-base;
// We deliberately do NOT reset font-size.
// We deliberately do NOT reset font-size or word-wrap.
font-style: normal;
font-weight: normal;
letter-spacing: normal;
@@ -14,5 +14,4 @@
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
}