Skip to content

Commit

Permalink
fix: -webkit-datetime-edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Valexr committed Apr 22, 2024
1 parent 26b313c commit 484fb68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@
/* max-width: 20em; */
margin: auto;
}
input[type="date"]::-webkit-datetime-edit {
flex: 1;
}
input.clear {
border-color: transparent;
}
Expand Down

0 comments on commit 484fb68

Please sign in to comment.