fix: make sure task text items are flex

This commit is contained in:
kolaente 2025-08-02 11:37:58 +02:00
parent f79337cccc
commit 0c5c385a86
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
:class="{ 'done': task.done, 'show-project': showProject && project}"
class="tasktext"
>
<span>
<span class="is-inline-flex is-align-items-center">
<RouterLink
v-if="showProject && typeof project !== 'undefined'"
v-tooltip="$t('task.detail.belongsToProject', {project: project.title})"