Skip to content

Commit

Permalink
Prevent py:property directives from displaying as inline-block
Browse files Browse the repository at this point in the history
Unsure why this is necessary. There should never be a case where
properties are displayed inline (if attributes and methods aren't)

readthedocs/sphinx_rtd_theme#1301
  • Loading branch information
nocarryr committed Sep 9, 2022
1 parent c8999c4 commit 40027fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/source/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
color: #404040;
font-weight: normal;
}

dl.py.property {
display: block !important;
}

0 comments on commit 40027fe

Please sign in to comment.