Skip to content

Commit

Permalink
fix($theme-default): fix height of input in SearchBox for IE11 (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
deraw authored and ulivz committed Dec 12, 2018
1 parent 8daa159 commit 04510e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@vuepress/plugin-search/SearchBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export default {
input
cursor text
width 10rem
height: 2rem
color lighten($textColor, 25%)
display inline-block
border 1px solid darken($borderColor, 10%)
Expand Down

0 comments on commit 04510e9

Please sign in to comment.