Skip to content

Commit 5daa320

Browse files
authored
Merge pull request sphinx-doc#9763 from QuLogic/fix-parameter-breaks
Fix selection of parameter names in HTML theme
2 parents cf96c93 + ac6935b commit 5daa320

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sphinx/themes/basic/static/basic.css_t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,8 +731,9 @@ dl.glossary dt {
731731

732732
.classifier:before {
733733
font-style: normal;
734-
margin: 0.5em;
734+
margin: 0 0.5em;
735735
content: ":";
736+
display: inline-block;
736737
}
737738

738739
abbr, acronym {

0 commit comments

Comments
 (0)