Skip to content

Fix kanban column header width alignment#59

Merged
bborn merged 1 commit intomainfrom
task/131-fix-the-kanban-column-layout
Jan 9, 2026
Merged

Fix kanban column header width alignment#59
bborn merged 1 commit intomainfrom
task/131-fix-the-kanban-column-layout

Conversation

@bborn
Copy link
Copy Markdown
Owner

@bborn bborn commented Jan 9, 2026

Summary

  • Fixed kanban column layout misalignment where headers were narrower than column content
  • The header bar width was colWidth but columns have borders adding 2 characters, making total width colWidth + 2
  • Updated header width to colWidth + 2 to match column total width

Test plan

  • Build passes
  • Kanban tests pass
  • Visually verify columns are properly aligned in the UI

🤖 Generated with Claude Code

The header bar width was set to colWidth, but the column below it has
borders which add 2 characters to its total width (colWidth + 2). This
caused the header to be narrower than the column, resulting in misaligned
columns.

Fixed by setting the header width to colWidth + 2 to match the column's
total width including borders.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bborn bborn merged commit 39da401 into main Jan 9, 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