Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0a35b20

Browse filesBrowse files
committed
fix: Use default font-size for parameter headings
Issue-mkdocstrings-697: mkdocstrings/mkdocstrings#697
1 parent ba66969 commit 0a35b20
Copy full SHA for 0a35b20

File tree

1 file changed

+5
-0
lines changed
Filter options
  • src/mkdocstrings_handlers/python/templates/material

1 file changed

+5
-0
lines changed

‎src/mkdocstrings_handlers/python/templates/material/style.css

Copy file name to clipboardExpand all lines: src/mkdocstrings_handlers/python/templates/material/style.css
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
display: inline;
3636
}
3737

38+
/* Default font size for parameter headings. */
39+
.md-typeset .doc-heading-parameter {
40+
font-size: inherit;
41+
}
42+
3843
/* Prefer space on the right, not the left of parameter permalinks. */
3944
.doc-heading-parameter .headerlink {
4045
margin-left: 0 !important;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.