mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 13:52:50 +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:
parent
5faffeeb82
commit
9c7d609575
|
@ -3,7 +3,6 @@
|
|||
onChangeCallback='triggerResize'
|
||||
id="private-message-users"
|
||||
includeMessageableGroups='true'
|
||||
class="span8"
|
||||
placeholderKey="composer.users_placeholder"
|
||||
tabindex="1"
|
||||
usernames=usernames
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user