I created a tooltip using Twitter Bootstrap.
The tooltip is displaying with three lines. However, I would like to display the tooltip with only one line.
How
Set the class to the main tooltip div and for the inner tooltip
div.tooltip { width: 270px; } div.tooltip-inner { max-width: 280px; }