Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit b815728

Browse files
mbrandonwmattt
andauthored
Use pre instead of pre-line for code whitespace. (#144)
* Use pre instead of pre-line for code whitespace. * Add changelog entry for #144 Co-authored-by: Mattt <[email protected]>
1 parent 10786b0 commit b815728

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Assets/css/all.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@ dd {
887887
padding: 1em;
888888
padding-left: 3em;
889889
text-indent: -2em;
890-
white-space: pre-line;
890+
white-space: pre;
891891

892892
& .p {
893893
white-space: nowrap;

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Fixed runtime error related to networking and processes on Ubuntu Linux.
1313
#140 by @JaapWijnen.
14+
- Fixed whitespace of code listings.
15+
#144 by @mbrandonw.
1416

1517
## [1.0.0-beta.3] - 2020-05-19
1618

0 commit comments

Comments
 (0)