简体   繁体   中英

Bootstrap Typeahead results shift

I am not quite sure how I can fix this, because I don't want it to shift when I enter letters. http://ch1n3s3.ch.funpic.de/try.php There you can see my problem demonstrated. Just enter A, B or C.

Do you have any possible solutions?

Thank you!

The width of the search is increasing once the li elements are shown, pushing the search to the left. Add this css, which specifies a fixed width for the search.

.form-search{
   width: 195px;
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM