Skip to content

Commit

Permalink
fix: height is lost after adjusting the input text (#347)
Browse files Browse the repository at this point in the history
* style: height is lost after adjusting the input text

* style: height is lost after adjusting the input text

* style: adjust style lint

Fixed #317
  • Loading branch information
ProfBramble authored Aug 19, 2021
1 parent d0a1efa commit d4f5512
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/search/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@
font-family: inherit;
font-size: inherit;
height: 24px;
line-height: 18px;
line-height: 15px;
min-height: 23px;
outline: none;
overflow: hidden;
padding: 3px 62px 3px 4px;
resize: none;
width: 100%;
Expand Down

0 comments on commit d4f5512

Please sign in to comment.