Skip to content

Commit 0ecefd3

Browse files
committed
Backport PR #20965: Add CSS to fix the display of description lists in recent versions of Sphinx.
2 parents 80c3694 + 88b78ec commit 0ecefd3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

doc/sphinx/_static/notations.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,3 +280,8 @@ code span.error {
280280
padding-left: 2em; /* indent 2nd & subsequent lines */
281281
text-indent: -2em;
282282
}
283+
284+
.rst-content dl:not(.docutils) dt {
285+
padding: 6px;
286+
display: table;
287+
}

0 commit comments

Comments
 (0)