2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

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' onChangeCallback='triggerResize'
id="private-message-users" id="private-message-users"
includeMessageableGroups='true' includeMessageableGroups='true'
class="span8"
placeholderKey="composer.users_placeholder" placeholderKey="composer.users_placeholder"
tabindex="1" tabindex="1"
usernames=usernames usernames=usernames

View file

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