From c895fd0964f5c27a5ca86ab5eaf5762d6fd2af7b Mon Sep 17 00:00:00 2001 From: Bass Jobsen Date: Sun, 11 Aug 2013 14:27:27 +0200 Subject: [PATCH] Update typeahead.js-bootstrap.css set the width of the wrapping span to 100%, see: http://stackoverflow.com/questions/18167246/typeahead-problems-with-bootstrap-3-0-rc1/18171568 --- typeahead.js-bootstrap.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/typeahead.js-bootstrap.css b/typeahead.js-bootstrap.css index e44b673..8234e89 100644 --- a/typeahead.js-bootstrap.css +++ b/typeahead.js-bootstrap.css @@ -1,8 +1,13 @@ +.twitter-typeahead { +width: 100%; +} + .twitter-typeahead .tt-query, .twitter-typeahead .tt-hint { margin-bottom: 0; } + .tt-dropdown-menu { min-width: 160px; margin-top: 2px;