Skip to content

Commit

Permalink
fix(frontend): force datetime input height on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Jan 11, 2024
1 parent fc21a27 commit 161ed43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/frontend/components/input/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
}
}

&[type="datetime-local"] {
min-block-size: 2.5rem;
}

&[type="file"] {
background: none;
border: 0;
Expand Down

0 comments on commit 161ed43

Please sign in to comment.