From 28d9199100bbf1ba6352c1d74620f7921ff0fdf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20R=C5=BCanek?= Date: Thu, 3 Oct 2013 01:56:44 +0200 Subject: [PATCH] Fixes #94: In different themes typeahead input field is not correctly rendered --- public/css/typeahead.js-bootstrap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/typeahead.js-bootstrap.css b/public/css/typeahead.js-bootstrap.css index 521188e2..e1a1d815 100644 --- a/public/css/typeahead.js-bootstrap.css +++ b/public/css/typeahead.js-bootstrap.css @@ -11,7 +11,7 @@ .twitter-typeahead .tt-hint { margin-bottom: 0; width: 100%; - height: 34px; + height: 100%; position: absolute; top: 0; left: 0; @@ -86,4 +86,4 @@ .tt-suggestion p { margin: 0; -} \ No newline at end of file +}