fix(tasks): missing space when showing parent tasks and list title
See https://kolaente.dev/vikunja/frontend/issues/2771
This commit is contained in:
parent
b44d11cfc0
commit
83fb8c3ded
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
<router-link
|
<router-link
|
||||||
:to="taskDetailRoute"
|
:to="taskDetailRoute"
|
||||||
:class="{ 'done': task.done}"
|
:class="{ 'done': task.done, 'show-list': showList && taskList !== null}"
|
||||||
class="tasktext"
|
class="tasktext"
|
||||||
>
|
>
|
||||||
<span>
|
<span>
|
||||||
@ -391,6 +391,10 @@ function hideDeferDueDatePopup(e) {
|
|||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.show-list .parent-tasks {
|
||||||
|
padding-left: .25rem;
|
||||||
|
}
|
||||||
|
|
||||||
.remove {
|
.remove {
|
||||||
color: var(--danger);
|
color: var(--danger);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user