Skip to content

Commit

Permalink
fix: css for type file
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jun 16, 2024
1 parent 1c7044a commit 3886b40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ input.floating-label.active[type="date"],input.floating-label.active[type="time"
select.floating-label[multiple]{
height:auto;
}
.floating-label[type="file"]{
min-height: 24px
}

input[type='color'] {
height: 39px;
Expand Down

0 comments on commit 3886b40

Please sign in to comment.