diff --git a/app/javascript/dashboard/modules/contact/components/MergeContact.vue b/app/javascript/dashboard/modules/contact/components/MergeContact.vue index f75927fd6..c14ebd261 100644 --- a/app/javascript/dashboard/modules/contact/components/MergeContact.vue +++ b/app/javascript/dashboard/modules/contact/components/MergeContact.vue @@ -196,7 +196,11 @@ export default { } .multiselect__tags { - @apply h-[52px]; + @apply h-auto; + } + + .multiselect__select { + @apply mt-px mr-1; } }