Skip to content

fix: markdown table row alignment#984

Open
chaehyun2 wants to merge 1 commit intoslopus:mainfrom
chaehyun2:fix/markdown-table-alignment
Open

fix: markdown table row alignment#984
chaehyun2 wants to merge 1 commit intoslopus:mainfrom
chaehyun2:fix/markdown-table-alignment

Conversation

@chaehyun2
Copy link
Copy Markdown

@chaehyun2 chaehyun2 commented Apr 4, 2026

Summary

  • Fix markdown table row misalignment when cells have varying content lengths
  • Switch from column-first to row-first layout so cells in the same row always share the same height

Test plan

  • Verify markdown tables with long text content align properly
  • Verify row heights are consistent across multiple columns/rows
  • Verify horizontal scrolling still works correctly

🤖 Generated with Claude Code
via Happy

…irst layout

Column-first layout caused cells in the same row to have different heights
when content lengths varied, making rows visually misaligned. Row-first layout
ensures all cells in a row share the same height.

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
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