From 2839ea80a2401fc4c803b5ee9786131feec7648e Mon Sep 17 00:00:00 2001 From: Akash Yeole Date: Sat, 23 Mar 2024 12:31:09 +0530 Subject: [PATCH] doc: fix bullet(arrow) alignment vertically Fixed the alignment of the bullet points (green arrow) under 'Node.js documentation' by adjusting the property in style.css --- doc/api_assets/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index 674a218a882276..4b723852501f87 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -183,6 +183,8 @@ li.picker-header { } li.picker-header .collapsed-arrow, li.picker-header .expanded-arrow { + position: relative; + bottom: 0.2rem; width: 1.5ch; height: 1.5em; }