fix(graph): align kanban header position
This commit is contained in:
parent
2d06442ce0
commit
9d40ef1888
1 changed files with 1 additions and 1 deletions
|
|
@ -491,7 +491,7 @@ export function drawColumnHeaders(
|
|||
ctx,
|
||||
header.label,
|
||||
header.x - TASK_PILL.width / 2 + 4,
|
||||
header.y + 4,
|
||||
header.y + 10,
|
||||
KANBAN_HEADER_LETTER_SPACING
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue