You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 fix(markdown): remove background from table body (#503)
* 🐛 fix(sortable-list): fix DragOverlay position issues and add renderOverlay prop (#420)
Apply changes from PR #420 resolved against current master:
- Add closestCenter collision detection and MeasuringStrategy.Always to fix overlay positioning
- Add renderOverlay prop for custom drag overlay rendering
- Add demo controls for custom overlay
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* 🐛 fix(markdown): remove background from table body
Drop the table-level background so tbody renders transparent.
Thead keeps its own explicit background rule and is unaffected.
Also replace deprecated `word-break: break-word` with
`overflow-wrap: break-word` to satisfy stylelint.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments