From 9146048bfe40dbb4224ea159bb548909d3332b32 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Tue, 14 Apr 2026 11:03:12 +0100 Subject: [PATCH] Set line-height on field-list term Align text within field-list `dt` tags with the `p` tags within the corresponding `dd` tags. --- python_docs_theme/static/pydoctheme.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python_docs_theme/static/pydoctheme.css b/python_docs_theme/static/pydoctheme.css index 7167add..d866c34 100644 --- a/python_docs_theme/static/pydoctheme.css +++ b/python_docs_theme/static/pydoctheme.css @@ -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;