fix(task): correct spacing to task and project title

This commit is contained in:
kolaente 2023-09-29 09:19:17 +02:00
parent 11b65e844c
commit 3988a3f9f8
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<router-link
v-if="showProject && typeof project !== 'undefined'"
:to="{ name: 'project.list', params: { projectId: task.projectId } }"
class="task-project"
class="task-project mr-1"
:class="{'mr-2': task.hexColor !== ''}"
v-tooltip="$t('task.detail.belongsToProject', {project: project.title})"
>