Skip to content

Commit

Permalink
Fixes jdorn#94: In different themes typeahead input field is not corr…
Browse files Browse the repository at this point in the history
…ectly rendered
  • Loading branch information
uded committed Oct 2, 2013
1 parent 467dea6 commit 28d9199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/css/typeahead.js-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.twitter-typeahead .tt-hint {
margin-bottom: 0;
width: 100%;
height: 34px;
height: 100%;
position: absolute;
top: 0;
left: 0;
Expand Down Expand Up @@ -86,4 +86,4 @@

.tt-suggestion p {
margin: 0;
}
}

0 comments on commit 28d9199

Please sign in to comment.