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

Use pre instead of pre-line for code whitespace. #144

Merged
merged 2 commits into from
Jul 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Assets/css/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ dd {
padding: 1em;
padding-left: 3em;
text-indent: -2em;
white-space: pre-line;
white-space: pre;

& .p {
white-space: nowrap;
Expand Down
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

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

Expand Down
Loading