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