Skip to content

Commit 3381187

Browse files
authored
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
1 parent c1befa8 commit 3381187

File tree

1 file changed

+3
-0
lines changed
  • src/pydata_sphinx_theme/assets/styles/content

1 file changed

+3
-0
lines changed

src/pydata_sphinx_theme/assets/styles/content/_api.scss

+3
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ span.highlighted {
118118
// the API selector
119119
// from https://github.com/pradyunsg/furo/blob/main/src/furo/assets/styles/content/_api.sass#L6)
120120
dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) {
121+
//increase margin bottom after the dl elements
122+
margin-bottom: 3rem;
123+
121124
dd {
122125
margin-left: 2rem;
123126

0 commit comments

Comments
 (0)