Apply word-wrap:break-word to Tooltips and Popovers
Fixes #16871 for v4
This commit is contained in:
parent
27596f48f4
commit
032adf1324
3 changed files with 5 additions and 2 deletions
|
|
@ -7,6 +7,8 @@
|
|||
// So reset our font and text properties to avoid inheriting weird values.
|
||||
@include reset-text();
|
||||
font-size: $font-size-sm;
|
||||
// Allow breaking very long words so they don't overflow the tooltip's bounds
|
||||
word-wrap: break-word;
|
||||
opacity: 0;
|
||||
|
||||
&.in { opacity: $tooltip-opacity; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue