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
On BS3
.tooltip-inner { min-width: 150px; /* the minimum width */ }