Skip to content

Commit 4cc2cf2

Browse files
committed
Fix function dd indentation.
1 parent 5c43de2 commit 4cc2cf2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/_static/custom.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,11 +567,15 @@ main .py-attribute-table-column > ul {
567567
user-select: none;
568568
}
569569

570-
/* Fix indent on class */
570+
/* Fix indent on class/func */
571571
.py.class > dd {
572572
margin: 0 2em;
573573
}
574574

575+
.py.function > dd {
576+
margin: 0 2em!important;
577+
}
578+
575579
/* Fix code block admonitions */
576580
.codeB {
577581
background-color: var(--color-dim-line);

0 commit comments

Comments
 (0)