diff --git a/app/assets/javascripts/discourse/components/autocomplete.js b/app/assets/javascripts/discourse/components/autocomplete.js index 9114c369567..6a06f9c41e0 100644 --- a/app/assets/javascripts/discourse/components/autocomplete.js +++ b/app/assets/javascripts/discourse/components/autocomplete.js @@ -60,7 +60,7 @@ $.fn.autocomplete = function(options) { height = this.height(); wrap = this.wrap("
").parent(); wrap.width(width); - this.width(80); + this.width(150); this.attr('name', this.attr('name') + "-renamed"); vals = this.val().split(","); vals.each(function(x) {