mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Set display: block
on :py:property
:py:`property` blocks get rendered on a single line instead of separate lines Fixes #1301
This commit is contained in:
parent
2442ab9ffd
commit
88a673f9ec
@ -546,7 +546,7 @@
|
||||
color: $black
|
||||
font-weight: bold
|
||||
.property
|
||||
display: inline-block
|
||||
display: block
|
||||
padding-right: 8px
|
||||
max-width: 100%
|
||||
// This is keywords such as "const"
|
||||
|
Loading…
Reference in New Issue
Block a user