Skip to content

Instantly share code, notes, and snippets.

View macskay's full-sized avatar

Max K. macskay

View GitHub Profile
@macskay
macskay / Typeahead-BS3-css
Created August 27, 2015 11:13 — 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;