From fee8c3e3534ec75361e34c244cf4aaa297e657e3 Mon Sep 17 00:00:00 2001 From: Uriya Harpeness <53301931+UriyaHarpeness@users.noreply.github.com> Date: Sun, 16 Jul 2023 16:42:59 +0300 Subject: [PATCH] Remove duplicated CSS properties in ``styles.css`` (#3204) --- pep_sphinx_extensions/pep_theme/static/style.css | 2 -- 1 file changed, 2 deletions(-) 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 {