Merge pull request #8962 from mfo/US/fix-date-input-edge

ETQ usager utilisant microsoft Edge, les champs de type date sont mal alignés
This commit is contained in:
Paul Chavard 2023-04-26 14:58:41 +00:00 committed by GitHub
commit 8d0d3c7fa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@
}
input[type='date'] {
display: inline;
display: inline-block;
}
}