set max-height for search results

This commit is contained in:
fkloft
2015-02-12 15:50:53 +01:00
parent 5e22ea5b72
commit 6ae79ca50b
2 changed files with 5 additions and 1 deletions

View File

@ -37,7 +37,7 @@ window.search.Query = function(term, confirmed) {
window.search.Query.prototype.init = function() {
this.results = [];
this.container = $('<div>');
this.container = $('<div>').addClass('searchquery');
this.header = $('<h3>')
.text(this.confirmed