diff --git a/pep_sphinx_extensions/pep_theme/static/style.css b/pep_sphinx_extensions/pep_theme/static/style.css index 237aeca73..f3c7cb16d 100644 --- a/pep_sphinx_extensions/pep_theme/static/style.css +++ b/pep_sphinx_extensions/pep_theme/static/style.css @@ -103,7 +103,6 @@ a:active, a:visited { color: var(--colour-links); display: inline; - overflow-wrap: break-word; overflow-wrap: anywhere; text-decoration-color: var(--colour-background-accent-strong); } @@ -135,7 +134,6 @@ pre { hyphens: none; } code { - overflow-wrap: break-word; overflow-wrap: anywhere; } code.literal {