fix padding of datetime-local inputs on webkit

This commit is contained in:
2024-04-23 14:07:23 +10:00
parent 2e0df186c6
commit dedcf1a379

View File

@@ -19,6 +19,11 @@ input[type="text"]:read-only {
@apply bg-gray-100 focus:border-gray-300 focus:border-gray-300;
}
input::-webkit-datetime-edit {
display: block;
padding: 0;
}
.list-circle {
list-style: circle;
}