bassjobsen / Bootstrap-3-Typeahead

The Typeahead plugin from Twitter's Bootstrap 2 ready to use with Bootstrap 3 and Bootstrap 4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When using fitToElement content does not fit

jaysee opened this issue · comments

When using fitToElement, with long content, this does not fit and goes outside

to FIX it you should also modify css white-space: normal on the .dropdown-menu.typeahead > li > a elements

Works great, thank you. If using theme: "bootstrap4" then you can just add the following class to your CSS

.dropdown-item {
  white-space: normal
}