From 88a673f9ec45194aeffeff9137a6023d5020f5a7 Mon Sep 17 00:00:00 2001 From: nocarryr Date: Sun, 4 Jun 2023 17:26:02 -0500 Subject: [PATCH] Set `display: block` on :py:`property` :py:`property` blocks get rendered on a single line instead of separate lines Fixes #1301 --- src/sass/_theme_rst.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/_theme_rst.sass b/src/sass/_theme_rst.sass index e8cebf38..ab9ffb3e 100644 --- a/src/sass/_theme_rst.sass +++ b/src/sass/_theme_rst.sass @@ -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"