Skip to content

Commit

Permalink
style: set the width of dropdown search box to 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang authored Nov 4, 2024
1 parent 773596b commit 596de5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/search/scss/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
border-bottom: 2px solid var(--search-border-color);
padding: .25rem .5rem;
margin-bottom: .25rem;
width: 100%;
}

.search-dropdown-reset {
Expand Down

0 comments on commit 596de5a

Please sign in to comment.