Skip to content

Commit 3886b40

Browse files
committed
fix: css for type file
1 parent 1c7044a commit 3886b40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ input.floating-label.active[type="date"],input.floating-label.active[type="time"
6161
select.floating-label[multiple]{
6262
height:auto;
6363
}
64+
.floating-label[type="file"]{
65+
min-height: 24px
66+
}
6467

6568
input[type='color'] {
6669
height: 39px;

0 commit comments

Comments
 (0)