For AJAX search with $wgEnableMWSuggest, the width of the autosuggest box is hard-coded to be the same as the search box:
function os_createContainer(r){
...
c.style.width = s.offsetWidth+"px";
Please let this width be a system-configurable or user-configurable parameter. If a wiki has many long article titles, this limits the usefulness of the AJAX search.
Thanks.
Version: 1.13.x
Severity: enhancement