Skip to content
Merged
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
Set line-height on field-list term
Align text within field-list `dt` tags with the `p` tags within the
corresponding `dd` tags.
  • Loading branch information
pradyunsg committed Apr 14, 2026
commit 9146048bfe40dbb4224ea159bb548909d3332b32
3 changes: 3 additions & 0 deletions python_docs_theme/static/pydoctheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {
border: 0;
padding: 0.3em 0;
}
div.body dl.field-list > dt {
line-height: 1.6;
}

div.body hr {
border: 0;
Expand Down
Loading