Skip to content

Commit

Permalink
Fix line height in lists (#1114)
Browse files Browse the repository at this point in the history
An issue discovered by @fredrik-bakke — code blocks in lists inherit
bigger line spacing, making the ASCII diagrams more stretched.

Compare
![20240416 133603
screen](https://github.com/UniMath/agda-unimath/assets/15523887/20ff88b2-a26b-4153-9ffe-0a892fee5376)
  • Loading branch information
VojtechStep authored Apr 16, 2024
1 parent ac75d87 commit aa8c6b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theme/css/chrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ pre > .buttons button {
}
pre > code {
padding: 1rem;
line-height: normal;
}

/* FIXME: ACE editors overlap their buttons because ACE does absolute
Expand Down

0 comments on commit aa8c6b4

Please sign in to comment.