Merge pull request #438 from qaisjp/patch-1
Avoid line breaks in the middle of code
This commit is contained in:
commit
d70f12a8aa
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ pre.highlight {
|
||||||
}
|
}
|
||||||
code {
|
code {
|
||||||
@include code-font;
|
@include code-font;
|
||||||
|
white-space: pre;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Agda. */
|
/* Agda. */
|
||||||
|
|
Loading…
Reference in a new issue