Skip to content

Fix kanban column headers to align with column borders#93

Merged
bborn merged 1 commit intomainfrom
task/175-the-kanban-column-headers-should-align-w
Jan 10, 2026
Merged

Fix kanban column headers to align with column borders#93
bborn merged 1 commit intomainfrom
task/175-the-kanban-column-headers-should-align-w

Conversation

@bborn
Copy link
Copy Markdown
Owner

@bborn bborn commented Jan 10, 2026

Summary

  • Moved the colored header bar inside the column border instead of outside it
  • Header now has the same width as the column content area
  • Border now frames both header and tasks together, ensuring perfect alignment

Fixes the issue where kanban column headers were wider than the column outlines below them.

Test plan

  • All existing tests pass
  • Visually verify that column headers align with column borders in the TUI

🤖 Generated with Claude Code

Move the header bar inside the column border instead of placing it
outside. This ensures the colored header bar has the same width as
the column content area, with the border framing both the header
and tasks together.

Previously the header was rendered separately and joined vertically
with a borderless-top column, but this caused width misalignment.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bborn bborn merged commit 6016fa6 into main Jan 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant