Fix white-space breaking for multiline code blocks
This commit is contained in:
parent
04a52de159
commit
ddb9b75c16
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ pre.highlight {
|
||||||
}
|
}
|
||||||
code {
|
code {
|
||||||
@include code-font;
|
@include code-font;
|
||||||
white-space: nowrap;
|
white-space: pre;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Agda. */
|
/* Agda. */
|
||||||
|
|
Loading…
Reference in a new issue