chore: Change size of assignee dropdown in header (#2027)

* Chore: Change size of assignee dropdown in header

* Fix: prevent overflow of agent name in multselect
This commit is contained in:
Nithin David Thomas
2021-04-07 11:45:33 +05:30
committed by GitHub
parent 7c9cd8aa1e
commit a377da9028
3 changed files with 9 additions and 4 deletions

View File

@@ -30,7 +30,8 @@
class="header-actions-wrap"
:class="{ 'has-open-sidebar': isContactPanelOpen }"
>
<div class="multiselect-box ion-headphone">
<div class="multiselect-box multiselect-wrap--small">
<i class="icon ion-headphone" />
<multiselect
v-model="currentChat.meta.assignee"
:allow-empty="true"