preserve white-space for code with pre as well
This commit is contained in:
parent
8f0427ffd5
commit
97ff0f1e47
|
@ -4,7 +4,7 @@ body {
|
|||
font-size: 1em;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
pre {
|
||||
pre, code {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
a {
|
||||
|
|
Loading…
Reference in New Issue