fix(task): correct spacing to task and project title
This commit is contained in:
parent
11b65e844c
commit
3988a3f9f8
@ -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})"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user