From 42479130a93b83f9422071fd4c1ad6c678ad6588 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sat, 14 Oct 2017 08:18:54 +0200 Subject: [PATCH] doc: fix paragraph line-height issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix a line-height issue introduced in #15660 where paragraphs containing blocks would have unequal line heights. Fixes: https://github.com/nodejs/nodejs.org/issues/1399 PR-URL: https://github.com/nodejs/node/pull/16200 Reviewed-By: Gireesh Punathil Reviewed-By: Luigi Pinca Reviewed-By: Yuta Hiroto Reviewed-By: Vse Mozhet Byt Reviewed-By: Tobias Nießen --- doc/api_assets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index 7f15eb1bdd..1e7baad4ab 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -211,6 +211,7 @@ abbr { p { text-rendering: optimizeLegibility; margin: 0 0 1.125rem 0; + line-height: 1.5; } #apicontent > *:last-child {