From a8e1f60e81a0ea037bb30f056e5c656bb352b77e Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 11 Apr 2023 19:20:56 +0200 Subject: [PATCH] chore: remove user margin from the component --- src/components/notifications/notifications.vue | 3 ++- src/components/tasks/partials/editAssignees.vue | 8 ++------ src/components/tasks/partials/singleTaskInProject.vue | 1 + 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index edd804167..4cde3cc66 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -20,7 +20,8 @@ :user="n.notification.doer" :show-username="false" :avatar-size="16" - v-if="n.notification.doer"/> + v-if="n.notification.doer" + />
diff --git a/src/components/tasks/partials/editAssignees.vue b/src/components/tasks/partials/editAssignees.vue index cb7aa4b84..c9c9a1a0f 100644 --- a/src/components/tasks/partials/editAssignees.vue +++ b/src/components/tasks/partials/editAssignees.vue @@ -12,14 +12,14 @@ > @@ -149,8 +149,4 @@ async function findUser(query: string) { height: 18px; z-index: 100; } - -.user-search-result { - margin: 0; -} \ No newline at end of file diff --git a/src/components/tasks/partials/singleTaskInProject.vue b/src/components/tasks/partials/singleTaskInProject.vue index e45ff9367..b8c2b2ef9 100644 --- a/src/components/tasks/partials/singleTaskInProject.vue +++ b/src/components/tasks/partials/singleTaskInProject.vue @@ -56,6 +56,7 @@ :key="task.id + 'assignee' + a.id + i" :show-username="false" :user="a" + class="m-2" />