Skip to content

Commit

Permalink
provide more specific class selectors for width of typeahead inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Jul 27, 2016
1 parent b063650 commit 2e16ad9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/assets/stylesheets/blacklight/_twitter_typeahead.scss
Expand Up @@ -2,12 +2,12 @@
float: left;
width: 100%;
z-index: 10000;
.tt-input.form-control {

input.tt-input.form-control {
width: 100%;
}
.tt-hint.form-control {

input.tt-hint.form-control {
width: 100%;
}

Expand Down

0 comments on commit 2e16ad9

Please sign in to comment.