Skip to content

Commit

Permalink
doc: fix bullet(arrow) alignment vertically
Browse files Browse the repository at this point in the history
Fixed the alignment of the bullet points (green arrow) under
'Node.js <version> documentation' by adjusting the property in
style.css
  • Loading branch information
Akash Yeole committed Mar 24, 2024
1 parent d1d5da2 commit 2839ea8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/api_assets/style.css
Expand Up @@ -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;
}
Expand Down

0 comments on commit 2839ea8

Please sign in to comment.