2 评论 (2 评论)0 反应 (0 反应)1 负责人 (1 负责人)HTML990 star (990 star)96 fork (96 fork)batch import
area/cssgood first issuehelp wantedtype/bug
- 议题类型
- bug
- 研究方向
- First, examine the HTML output of the linked arXiv papers to see how long algorithm lines are rendered without wrapping. Then, inspect the repository's CSS files (likely in `static/`) for styles affecting algorithm environments. The fix likely involves adding a CSS rule like `white space: normal` or `overflow wrap: break word` to a class such as `.algorithm` or `.algorithmic`. Check existing CSS for override rules and confirm the exact element structure.