To make Twitter Bootstrap tooltips,first we have to set the white-space propety to have multiple lines with CSS.
We have to write,for instance
.tooltip-inner {
white-space: pre-wrap;
}
we have to wrap the tooltip text to set the white-space property to pre-wrap and to select the tooltip-inner class.