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
Try this code,
.tooltip-inner { max-width:350px !important; }