Skip to content

Commit 2839ea8

Browse files
author
Akash Yeole
committed
doc: fix bullet(arrow) alignment vertically
Fixed the alignment of the bullet points (green arrow) under 'Node.js <version> documentation' by adjusting the property in style.css
1 parent d1d5da2 commit 2839ea8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/api_assets/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ li.picker-header {
183183
}
184184

185185
li.picker-header .collapsed-arrow, li.picker-header .expanded-arrow {
186+
position: relative;
187+
bottom: 0.2rem;
186188
width: 1.5ch;
187189
height: 1.5em;
188190
}

0 commit comments

Comments
 (0)