2 comments (2 comments)0 reactions (0 reactions)1 assignee (1 assignee)HTML990 stars (990 stars)96 forks (96 forks)batch import
area/cssgood first issuehelp wantedtype/bug
- Issue type
- bug
- Research direction
- 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.