From 3ad3f8a7eed5981a5bd5123c33ef1cf97340fa92 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 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 --- 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 7f15eb1bdd98cb..1e7baad4ab676c 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 {