Skip to content

Commit

Permalink
fix(archive): Fix IE11 does not respect line-height (#1157)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
Mingze and mergify[bot] committed Jan 17, 2020
1 parent 0903343 commit 56d0a94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/viewers/archive/SearchBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// override .be input[type='serach']
input[type='search'] {
width: 100%;
height: 36px; // fix IE 11 doesn't respect line-height
font: inherit;
}
}

0 comments on commit 56d0a94

Please sign in to comment.