1
0

Fix spacing for task detail view in lists with a background

This commit is contained in:
kolaente
2021-07-23 11:09:23 +02:00
parent ac9c854b24
commit 2429be7c72

View File

@ -20,7 +20,7 @@
.task-view { .task-view {
border-radius: $radius; border-radius: $radius;
margin-top: 1rem; margin: 0 1rem;
} }
.kanban .tasks { .kanban .tasks {