From 57398a4707c8ac75d600869c7ff5d211611f2f19 Mon Sep 17 00:00:00 2001 From: Kuba Brecka Date: Wed, 13 Mar 2013 15:22:09 +0100 Subject: [PATCH] make the "add user" placeholder in composer wider, so other languages can fit into that --- app/assets/javascripts/discourse/components/autocomplete.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {