Skip to content

Commit d4f5512

Browse files
authored
fix: height is lost after adjusting the input text (#347)
* style: height is lost after adjusting the input text * style: height is lost after adjusting the input text * style: adjust style lint Fixed #317
1 parent d0a1efa commit d4f5512

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/search/style.scss

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@
3535
font-family: inherit;
3636
font-size: inherit;
3737
height: 24px;
38-
line-height: 18px;
38+
line-height: 15px;
39+
min-height: 23px;
3940
outline: none;
41+
overflow: hidden;
4042
padding: 3px 62px 3px 4px;
4143
resize: none;
4244
width: 100%;

0 commit comments

Comments
 (0)