From f17c94cb0ff718aaaf161446c5b426a44bef224f Mon Sep 17 00:00:00 2001 From: Jesse Tan Date: Mon, 7 May 2018 13:40:44 +0200 Subject: [PATCH] Give line blocks the same line height as regular text --- sass/_theme_rst.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/_theme_rst.sass b/sass/_theme_rst.sass index 9293dc16..7f7a415b 100644 --- a/sass/_theme_rst.sass +++ b/sass/_theme_rst.sass @@ -132,6 +132,7 @@ .line-block margin-left: 0px margin-bottom: $base-line-height + line-height: $base-line-height .line-block .line-block margin-left: $base-line-height margin-bottom: 0px