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:
nocarryr 2023-06-04 17:26:02 -05:00 committed by GitHub
parent 2442ab9ffd
commit 88a673f9ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"