Skip to content

Commit 420af34

Browse files
committed
Set line-height on field-list term
Align text within field-list `dt` tags with the `p` tags within the corresponding `dd` tags.
1 parent 0672ed4 commit 420af34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python_docs_theme/static/pydoctheme.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {
223223
border: 0;
224224
padding: 0.3em 0;
225225
}
226+
div.body dl.field-list > dt {
227+
line-height: 1.6;
228+
}
226229

227230
div.body hr {
228231
border: 0;

0 commit comments

Comments
 (0)