fix(kanban): done label spacing

This commit is contained in:
kolaente
2026-01-06 15:24:36 +01:00
parent a523f3ab12
commit 51d76ea2e2

View File

@@ -388,7 +388,7 @@ $task-background: var(--white);
} }
.kanban-card__done { .kanban-card__done {
// Spacing handled by parent flex gap margin-inline-end: .25rem;
} }
.task-progress { .task-progress {