Misaka_Company f1d42ad708 fix: prevent table content overflow in Markdown reports
Add CSS properties to ensure table cells wrap long content properly:
- table-layout: fixed for consistent column widths
- word-wrap and overflow-wrap: break-word for content wrapping

Co-Authored-By: Claude (glm-5) <noreply@anthropic.com>
2026-02-27 14:14:15 +08:00
2026-02-24 20:44:52 +08:00
Description
No description provided
1.5 MiB
Languages
Python 100%