fix(kanban): done label spacing
This commit is contained in:
parent
a523f3ab12
commit
51d76ea2e2
|
|
@ -388,7 +388,7 @@ $task-background: var(--white);
|
|||
}
|
||||
|
||||
.kanban-card__done {
|
||||
// Spacing handled by parent flex gap
|
||||
margin-inline-end: .25rem;
|
||||
}
|
||||
|
||||
.task-progress {
|
||||
|
|
|
|||
Loading…
Reference in New Issue