set max-height for search results
This commit is contained in:
parent
5e22ea5b72
commit
6ae79ca50b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user