Skip to content

Commit c6ecb80

Browse files
committed
Auto input height
1 parent 01c86f1 commit c6ecb80

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/DateInput/index.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
> input {
1818
display: block;
1919
width: 100%;
20+
height: auto;
2021
line-height: inherit;
2122
padding: 5px 12px;
2223
padding-left: 30px;

src/TimeInput/index.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
> input {
1818
display: block;
1919
width: 100%;
20+
height: auto;
2021
line-height: inherit;
2122
padding: 5px 12px;
2223
padding-left: 30px;

0 commit comments

Comments
 (0)