Skip to content

Commit

Permalink
fix: correct the margin-bottom of dropdown menus
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed May 13, 2023
1 parent 6d66878 commit bcb43a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/search/scss/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
margin: 1.5rem 0 0;
max-height: 30vh;
overflow: auto;
padding: 0.5rem 0;
padding: 0.5rem 0 0.15rem;
}

.search-dropdown-item {
Expand Down

0 comments on commit bcb43a0

Please sign in to comment.