Fixed line breaks in code (resolves budparr/gohugo-theme-ananke#56).

This commit is contained in:
Nicolas Noé 2017-10-12 15:20:59 +02:00
parent 293cedefc1
commit 44b6d26364
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ pre, .pre {
pre code { pre code {
display: block; display: block;
padding: 1.5em 1.5em; padding: 1.5em 1.5em;
white-space: normal; white-space: pre;
font-size: .875rem; font-size: .875rem;
line-height: 2; line-height: 2;

File diff suppressed because one or more lines are too long