jQuery Sparklines and Twitter Bootstrap 3 - tooltip style overrides? jQuery Sparklines and Twitter Bootstrap 3 - tooltip style overrides? jquery jquery

jQuery Sparklines and Twitter Bootstrap 3 - tooltip style overrides?


I found that the following works better to counter bootstrap css

.jqstooltip {  -webkit-box-sizing: content-box;  -moz-box-sizing: content-box;  box-sizing: content-box;}


I found that this works best to get it to resize based on content.

.jqstooltip {  width: auto !important;  height: auto !important;}