Skip to content

Commit

Permalink
adds twitter-typeahead scss
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbalogh committed Jul 28, 2016
1 parent b2c076e commit 2a7adf5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/geoblacklight/_geoblacklight.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@
@import 'modules/search_widgets';
@import 'modules/toolbar';
@import 'modules/web_services';
@import 'modules/twitter-typeahead';
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.twitter-typeahead {

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

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

}

0 comments on commit 2a7adf5

Please sign in to comment.