Update admin.scss

Fix time field width
This commit is contained in:
Marco Almeida 2018-08-14 16:20:04 +01:00 committed by GitHub
parent c81017f183
commit f34288c2eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -3527,17 +3527,14 @@
box-sizing: border-box;
vertical-align: top;
}
input[type="datetime-local"],
input[type="date"],
input[type="time"],
input[type="week"],
input[type="tel"] {
width: 200px;
}
input[type="time"] {
width: 100px;
}
select {
width: 400px;