Skip to content
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
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

- Fix bug causing stack overflow in odoc_driver_monorepo (@jonludlam, #1304)
- Fix backtrace on invalid input in compile-deps (@jonludlam, #1313)
- Fix bug in our CSS hitting verbatim blocks in tags (@jonludlam, #1312)

# 3.0.0~beta1

Expand Down
1 change: 1 addition & 0 deletions src/html_support_files/odoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ tt, code, pre {
border: 1px solid var(--pre-border-color);
border-radius: 5px;
overflow-x: auto;
text-indent: initial;
}

.odoc p code,
Expand Down
Loading