mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-13 07:24:38 -04:00
Merge pull request #449 from kubabrecka/composer_wider_placeholder
make the "add user" placeholder in composer wider, so other languages can fit into that
This commit is contained in:
commit
18133caf25
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ $.fn.autocomplete = function(options) {
|
|||
height = this.height();
|
||||
wrap = this.wrap("<div class='ac-wrap clearfix'/>").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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue