Skip to content

Commit

Permalink
fix(theme): remove extra space before docsearch key (#1396)
Browse files Browse the repository at this point in the history
  • Loading branch information
zonemeen committed Sep 25, 2022
1 parent ed37b9a commit 6cb79bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/theme-default/components/VPNavBarSearch.vue
Expand Up @@ -257,7 +257,7 @@ function load() {

.DocSearch-Button .DocSearch-Button-Key:first-child {
font-size: 1px;
letter-spacing: -1px;
letter-spacing: -12px;
color: transparent;
}

Expand Down

0 comments on commit 6cb79bb

Please sign in to comment.