We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3062f commit 779682dCopy full SHA for 779682d
docs/_static/custom.css
@@ -568,17 +568,11 @@ main .py-attribute-table-column > ul {
568
}
569
570
/* Fix indent on class/func */
571
-.py.class > dd {
572
- margin: 0 2em;
573
-}
574
575
-.py.function > dd {
576
- margin: 0 2em!important;
+dl.py > dd {
+ margin: 0.75em 2em;
577
578
579
-.py.exception > dd {
580
581
582
583
/* Fix code block admonitions */
584
.codeB {
0 commit comments