Compare commits

...

1 Commits

Author SHA1 Message Date
Lauréline Guérin 4c310aef82
styles: input type date and time width (#40823) 2020-03-19 10:17:17 +01:00
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');