From 37754bab2d3071dddc4e0413e3294dfd1cb43f57 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 22 Jan 2020 03:43:21 -0800 Subject: [PATCH] doc: fix code display in header glitch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: https://github.com/nodejs/node/issues/31451 PR-URL: https://github.com/nodejs/node/pull/31460 Reviewed-By: Tobias Nießen Reviewed-By: Geoffrey Booth Reviewed-By: Luigi Pinca Reviewed-By: James M Snell --- doc/api_assets/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index 09bc7c988b2e94..67576b9a2d4d14 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -40,7 +40,6 @@ h6, h6 code { line-height: inherit; position: relative; margin: 1.5rem 0 1rem; - padding: inherit; text-rendering: optimizeLegibility; }