UX: Minor adjustment to give the PM recipient input more flexibility.

This commit is contained in:
Kris 2019-12-17 14:56:57 -05:00
parent 007652ece5
commit 62ebfbbb67
1 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,9 @@
}
.item + #private-message-users {
width: 150px;
width: unset;
min-width: 150px;
flex: 1 1 auto;
}
.select-kit.is-expanded {