diff --git a/settings/src/components/popoverMenu/popoverItem.vue b/settings/src/components/popoverMenu/popoverItem.vue deleted file mode 100644 index 33f78f549a9..00000000000 --- a/settings/src/components/popoverMenu/popoverItem.vue +++ /dev/null @@ -1,50 +0,0 @@ - - - - - diff --git a/settings/src/components/userList.vue b/settings/src/components/userList.vue index faf8aa0ce7a..04e83dd08f7 100644 --- a/settings/src/components/userList.vue +++ b/settings/src/components/userList.vue @@ -80,7 +80,7 @@ tag-placeholder="create" :placeholder="t('settings', 'Add user in group')" label="name" track-by="id" class="multiselect-vue" :multiple="true" :taggable="true" :close-on-select="false" - @tag="createGroup"> + :tag-width="60" @tag="createGroup"> @@ -91,7 +91,7 @@ + :multiple="true" :close-on-select="false" :tag-width="60"> {{t('settings', 'No results')}} @@ -137,7 +137,7 @@