fix: task edit pane spacing

This commit is contained in:
kolaente 2021-10-17 13:36:21 +02:00
parent 529b3d2890
commit e52c139c9f
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
2 changed files with 26 additions and 17 deletions

View file

@ -74,9 +74,8 @@
</a>
</nothing>
<div class="tasks-container">
<div class="tasks-container" :class="{ 'has-task-edit-open': isTaskEdit }">
<div
:class="{ short: isTaskEdit }"
class="tasks mt-0"
v-if="tasks && tasks.length > 0"
>