Infra: Remove pre-wrap CSS rule that breaks multi-line inline literals (#2512)

As written up in detail at https://github.com/python/peps/issues/2511, this rule breaks the rendering of 199 inline literals across all the PEPs, and appears to have no reason to exist. I therefore propose to remove it.
This commit is contained in:
Mark Amery 2022-04-11 20:09:26 +01:00 committed by GitHub
parent eab767b2b9
commit 75cc6853e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@ pre {
code { code {
overflow-wrap: break-word; overflow-wrap: break-word;
overflow-wrap: anywhere; overflow-wrap: anywhere;
white-space: pre-wrap;
} }
code.literal { code.literal {
font-size: .8em; font-size: .8em;