8000 Merge pull request #21435 from QuLogic/fix-parameter-breaks · matplotlib/matplotlib@c77233e · GitHub
[go: up one dir, main page]

Skip to content

Commit c77233e

Browse files
authored
Merge pull request #21435 from QuLogic/fix-parameter-breaks
DOC: Fix selection of parameter names in HTML theme
2 parents 5f0e6df + 39d973f commit c77233e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/_static/mpl.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,3 +245,11 @@ div.twocol > div {
245245
padding: 0;
246246
margin: 0;
247247
}
248+
249+
/* Fix selection of parameter names; remove when fixed in the theme
250+
* https://github.com/sphinx-doc/sphinx/pull/9763
251+
*/
252+
.classifier:before {
253+
display: inline-block;
254+
margin: 0 0.5em;
255+
}

0 commit comments

Comments
 (0)
0