Merge pull request #438 from qaisjp/patch-1

Avoid line breaks in the middle of code
This commit is contained in:
Wen Kokke 2020-01-21 17:05:14 +00:00 committed by GitHub
commit d70f12a8aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,7 @@ pre.highlight {
}
code {
@include code-font;
white-space: pre;
}
/* Agda. */