|
@@ -10372,7 +10372,7 @@ define('select2/core',[
|
|
|
|
|
|
$container.insertAfter(this.$element);
|
|
$container.insertAfter(this.$element);
|
|
|
|
|
|
- $container.width($element.width());
|
|
|
|
|
|
+ $container.width($element.outerWidth(false));
|
|
|
|
|
|
this.selection = new this.options.selectionAdapter($element, this.options);
|
|
this.selection = new this.options.selectionAdapter($element, this.options);
|
|
|
|
|