mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-11-25 22:27:39 +00:00
Fix width of auto size
This commit is contained in:
parent
0ba374d7e3
commit
b02d873028
@ -338,7 +338,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (that.options.width === 'auto') {
|
if (that.options.width === 'auto') {
|
||||||
styles.width = that.el.outerWidth() + 'px';
|
styles.width = 'auto';
|
||||||
}
|
}
|
||||||
|
|
||||||
$container.css(styles);
|
$container.css(styles);
|
||||||
|
Loading…
Reference in New Issue
Block a user