diff --git a/frontend/src/components/tasks/partials/assigneeList.vue b/frontend/src/components/tasks/partials/assigneeList.vue index bc4f4e0c59..b749eac76c 100644 --- a/frontend/src/components/tasks/partials/assigneeList.vue +++ b/frontend/src/components/tasks/partials/assigneeList.vue @@ -59,7 +59,7 @@ const hasDelete = computed(() => typeof remove !== 'undefined' && !disabled) } &:hover .assignee:not(:first-child) { - margin-left: -1rem; + margin-left: -0.5rem; } } @@ -68,7 +68,7 @@ const hasDelete = computed(() => typeof remove !== 'undefined' && !disabled) transition: all $transition; &:not(:first-child) { - margin-left: -1.5rem; + margin-left: -1rem; } :deep(.user img) {