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:
commit
812edf8297
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
}
|
||||
|
||||
input[type='date'] {
|
||||
display: inline;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue