Commit f4466dd9 authored by Bryan Petty's avatar Bryan Petty
Browse files

Fix code block white-space breaks within pre tags.

parent 306c1b49
Showing with 4 additions and 0 deletions
+4 -0
...@@ -993,6 +993,8 @@ pre.prettyprint { ...@@ -993,6 +993,8 @@ pre.prettyprint {
pre code { pre code {
padding: 0; padding: 0;
color: inherit; color: inherit;
white-space: pre;
white-space: pre-wrap;
background-color: transparent; background-color: transparent;
border: 0; border: 0;
} }
......
...@@ -47,6 +47,8 @@ pre { ...@@ -47,6 +47,8 @@ pre {
code { code {
padding: 0; padding: 0;
color: inherit; color: inherit;
white-space: pre;
white-space: pre-wrap;
background-color: transparent; background-color: transparent;
border: 0; border: 0;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment