8000 Infra: Remove pre-wrap CSS rule that breaks multi-line inline literal… · python/peps@75cc685 · GitHub
[go: up one dir, main page]

Skip to content

Commit 75cc685

Browse files
Infra: Remove pre-wrap CSS rule that breaks multi-line inline literals (#2512)
As written up in detail at #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.
1 parent eab767b commit 75cc685

File tree

1 file changed

+0
-1
lines changed
  • pep_sphinx_extensions/pep_theme/static

1 file changed

+0
-1
lines changed

pep_sphinx_extensions/pep_theme/static/style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ pre {
111111
code {
112112
overflow-wrap: break-word;
113113
overflow-wrap: anywhere;
114-
white-space: pre-wrap;
115114
}
116115
code.literal {
117116
font-size: .8em;

0 commit comments

Comments
 (0)
0