UX: Minor adjustment to give the PM recipient input more flexibility.
This commit is contained in:
parent
007652ece5
commit
62ebfbbb67
|
@ -16,7 +16,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.item + #private-message-users {
|
.item + #private-message-users {
|
||||||
width: 150px;
|
width: unset;
|
||||||
|
min-width: 150px;
|
||||||
|
flex: 1 1 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-kit.is-expanded {
|
.select-kit.is-expanded {
|
||||||
|
|
Loading…
Reference in New Issue