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

Allow customizing Popover and Tooltip font-size outside of $font-size-sm

This commit is contained in:
Patrick Yeo
2017-12-18 11:48:51 -08:00
committed by Mark Otto
parent ced70da441
commit eaca6c0e44
3 changed files with 4 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
// Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.
// So reset our font and text properties to avoid inheriting weird values.
@include reset-text();
font-size: $font-size-sm;
font-size: $tooltip-font-size;
// Allow breaking very long words so they don't overflow the tooltip's bounds
word-wrap: break-word;
opacity: 0;