Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Use a more specific selector
  • Loading branch information
tomasr8 committed Apr 10, 2025
commit 1f05376dfd7d4176d5b56dd76f575b801b6edf52
4 changes: 2 additions & 2 deletions python_docs_theme/static/pydoctheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ tt, code, pre {
font-size: 96.5%;
}

pre {
line-height: 125%;
div.body pre {
line-height: 120%;
}

div.body tt,
Expand Down
Loading