When viewed on mobile, there's slight overflow to the right on certain PEP pages, and possibly on other pages as well.
The issue seems to be occuring because of this class in the CSS, being used to render inline code snippets or commands within the PEP markdown.
Expected behavior
I tinkered with the CSS on PEP 517 page, and I figured that adding word-break: break-word to <a> tags, and removing the CSS from the .pre tag seems to fix the issue.
The text was updated successfully, but these errors were encountered:
Describe the bug
When viewed on mobile, there's slight overflow to the right on certain PEP pages, and possibly on other pages as well.
The issue seems to be occuring because of this class in the CSS, being used to render inline code snippets or commands within the PEP markdown.
Expected behavior
I tinkered with the CSS on PEP 517 page, and I figured that adding
word-break: break-word
to<a>
tags, and removing the CSS from the.pre
tag seems to fix the issue.The text was updated successfully, but these errors were encountered: