Skip to content

Commit

Permalink
apply changes from suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: François Chalifour <[email protected]>
  • Loading branch information
shortcuts and francoischalifour committed Jul 23, 2021
1 parent 751d400 commit bfa436a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/docsearch-css/src/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

.DocSearch-Button-Keys {
display: flex;
width: calc(2 * 20px + 2 * 0.4em);
min-width: calc(2 * 20px + 2 * 0.4em);
}

.DocSearch-Button-Key {
Expand All @@ -64,7 +64,6 @@

@media (max-width: 750px) {
.DocSearch-Button-Keys,
.DocSearch-Button-Key,
.DocSearch-Button-Placeholder {
display: none;
}
Expand Down

0 comments on commit bfa436a

Please sign in to comment.