Currently, I am utilizing typeahead with Twitter Bootstrap and AngularJS. The autocomplete suggestions are displayed in a single line, as seen in the screenshot below. However, I would like to have the big cities' names displayed on separate lines. For example, I want "London Borough of Harrow" to be shown in two lines when using Twitter Bootstrap's typeahead feature. How can I achieve this? Any assistance would be highly appreciated. I am implementing this functionality through http://angular-ui.github.io/bootstrap/.