Skip to content

Commit

Permalink
style: change the DocSearch input width as 100% on non-xxl screen
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Nov 16, 2022
1 parent 62027ac commit cb14c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/docsearch/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

.DocSearch-Button { /* stylelint-disable-line */
@media (max-width: 991.98px) {
@media (max-width: 1399.98px) {
margin: 0;
width: 100%;
}
Expand Down

0 comments on commit cb14c1f

Please sign in to comment.