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,10 +10,14 @@
align-items: center;
}
}
#private-message-users {
width: 404px;
}
}
.category-input {
margin-left: 10px;
margin-left: 10px;
}
.edit-title {
@ -27,7 +31,7 @@
}
}
}
.with-tags {
.d-editor-preview-wrapper {
margin-top: -77px;