From 167a21a66a9cca0bb942bbd3c82c7878f46a4072 Mon Sep 17 00:00:00 2001 From: Rodion Abdurakhimov Date: Sun, 31 May 2020 01:09:58 +0300 Subject: [PATCH] doc: fix source link margin to sub-header mark Prior to this commit, [src] link overlapped sharped (#) sub-header link PR-URL: https://github.com/nodejs/node/pull/33664 Reviewed-By: James M Snell --- 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 37e7376d0583f2..a143fd88013b4c 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -342,6 +342,7 @@ h5 { .srclink { float: right; font-size: smaller; + margin-right: 30px; } h1 span,