Conversation
- MdxTable.tsx: <table>의 w-full → min-w-full (wrapper가 폭 결정) - prose.css: .prose table width:100% 제거, th/td에 min-width:8rem + word-break:keep-all + overflow-wrap:anywhere 적용 - 발생 조건: 4컬럼+짧은 헤더+긴 인라인 코드 셀 동반 시 table-layout:auto 알고리즘이 짧은 헤더 컬럼을 43px까지 압축 → 한국어가 음절 단위로 한 글자씩 wrap - 회귀 검증: 5개 뷰포트(375·412·430·768·1280) × 12개 포스트 × 44+개 테이블 sweep 통과, 가로 스크롤 끝점 도달 가능 확인 - closes #36 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경 사항
MdxTable.tsx의<table>클래스w-full→min-w-full변경 (wrapper가 폭 결정).prose table { width: 100% }제거,.prose th, .prose td에min-width: 8rem+word-break: keep-all+overflow-wrap: anywhere적용closes #36
관련 문서
해당 없음 — 렌더링 레이어 버그 픽스
테스트
pnpm lint통과 (lefthook pre-commit hook으로 자동 검증)pnpm build성공 (24개 포스트 SSG 정상)머지 정책: merge commit 또는 rebase merge로 머지 부탁드립니다 (squash 금지 —
.claude/rules/workflow.md)