From 338118778d7d6143234ec014044ecd34bc6ffbc1 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Wed, 22 Nov 2023 17:06:43 +0100 Subject: [PATCH] fix: increase margins of autosummary tables (#1560) * fix: increase margins of autosummary tables * fix: the dl is not part of the table * use the real API selector * increase margin to 3rem --- src/pydata_sphinx_theme/assets/styles/content/_api.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pydata_sphinx_theme/assets/styles/content/_api.scss b/src/pydata_sphinx_theme/assets/styles/content/_api.scss index 22c228438..5ec1c49d9 100644 --- a/src/pydata_sphinx_theme/assets/styles/content/_api.scss +++ b/src/pydata_sphinx_theme/assets/styles/content/_api.scss @@ -118,6 +118,9 @@ span.highlighted { // the API selector // from https://github.com/pradyunsg/furo/blob/main/src/furo/assets/styles/content/_api.sass#L6) dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) { + //increase margin bottom after the dl elements + margin-bottom: 3rem; + dd { margin-left: 2rem;