UX: Restore width of composer user selector.

* This fixes the build as well as a short width
  resulted in the user selector collapsing into
  the compressed display.
This commit is contained in:
Guo Xiang Tan 2018-02-15 11:49:10 +08:00
parent 5faffeeb82
commit 9c7d609575
2 changed files with 6 additions and 3 deletions

View File

@ -3,7 +3,6 @@
onChangeCallback='triggerResize'
id="private-message-users"
includeMessageableGroups='true'
class="span8"
placeholderKey="composer.users_placeholder"
tabindex="1"
usernames=usernames

View File

@ -10,6 +10,10 @@
align-items: center;
}
}
#private-message-users {
width: 404px;
}
}
.category-input {