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 15:32:18 +00:00 committed by GitHub
commit a0b9587648
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;
}
}