That's way too wide for the sidebar
This commit is contained in:
parent
7b6530fed5
commit
f3141bed6b
@ -3,7 +3,7 @@ $(document).ready(function() {
|
||||
a = $("#search-text").autocomplete({
|
||||
serviceUrl: baseurl + '/search_ac',
|
||||
minChars: 2,
|
||||
width: 350,
|
||||
width: 250,
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user