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
in bootstrap 3.0.3 you can do it by modifying the popover class
.popover { min-width: 200px; max-width: 400px; }