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
To fix the width problem, use the following code instead.
$('input[rel="txtTooltip"]').tooltip({ container: 'body' });
example: http://eureka.ykyuen.info/2014/10/08/bootstrap-3-tooltip-width/