styles: input type date and time width (#40823)

This commit is contained in:
Lauréline Guérin 2020-03-19 10:17:17 +01:00
parent afd860c514
commit 4c310aef82
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 4 additions and 0 deletions

View File

@ -196,6 +196,10 @@ input[type=file] {
padding-left: 0;
}
input[type="time"], input[type="date"] {
width: auto !important;
}
select {
background: white;
@include vendor-prefix('appearance', 'none');