Skip to content

Instantly share code, notes, and snippets.

@joelhaasnoot
joelhaasnoot / Typeahead-BS3-css
Created September 26, 2015 10:19 — forked from bhays/Typeahead-BS3-css
Bootstrap 3 style fixes for using Typeahead.js
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
margin-bottom: 0;
}
.tt-hint {
display: block;
width: 100%;
height: 38px;
padding: 8px 12px;
font-size: 14px;