diff --git a/js/jquery.autocomplete.js b/js/jquery.autocomplete.js index ad65f5d16..ecb1afcc2 100644 --- a/js/jquery.autocomplete.js +++ b/js/jquery.autocomplete.js @@ -829,7 +829,7 @@ show: function() { var offset = $(input).offset(); element.css({ - width: typeof options.width == "string" || options.width > 0 ? options.width : $(input).width(), + 'min-width': typeof options.width == "string" || options.width > 0 ? options.width : $(input).width(), top: offset.top + input.offsetHeight, left: offset.left }).show();