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:
parent
eab767b2b9
commit
75cc6853e1
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue