From eefaced348fade01161f9428bc818d54c59c5d35 Mon Sep 17 00:00:00 2001 From: ppoffice Date: Tue, 12 Jul 2016 15:07:27 +0800 Subject: [PATCH] fix: code empty line height --- source/css/_highlight/index.styl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/css/_highlight/index.styl b/source/css/_highlight/index.styl index 92eae3e..7dac38b 100644 --- a/source/css/_highlight/index.styl +++ b/source/css/_highlight/index.styl @@ -22,5 +22,7 @@ .article-entry .highlight margin: 1.6em 0 + .line + height: 1.6em; @import "_highlight/" + highlight \ No newline at end of file