fix(list view): align nested subtasks with the parent text
This commit is contained in:
parent
e41712647d
commit
f256fc3843
@ -136,7 +136,7 @@
|
||||
:disabled="disabled"
|
||||
:can-mark-as-done="canMarkAsDone"
|
||||
:all-tasks="allTasks"
|
||||
class="ml-5"
|
||||
class="subtask-nested"
|
||||
/>
|
||||
</template>
|
||||
</template>
|
||||
@ -486,4 +486,8 @@ function openTaskDetail() {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.subtask-nested {
|
||||
margin-left: 1.75rem;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user