mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
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:
committed by
GitHub
parent
7c9cd8aa1e
commit
a377da9028
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user