Skip to content

Instantly share code, notes, and snippets.

@mixisLv
mixisLv / Typeahead-BS3-css.css
Last active November 7, 2016 10:02 — forked from joelhaasnoot/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;