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