diff --git a/src/App.svelte b/src/App.svelte index 9807716..4dc0de8 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -180,6 +180,9 @@ /* max-width: 20em; */ margin: auto; } + input[type="date"]::-webkit-datetime-edit { + flex: 1; + } input.clear { border-color: transparent; }