fixed width for date and time-inputs

This commit is contained in:
Felix Hamann 2018-06-28 22:52:43 +02:00
parent 02c225d7ab
commit 8cec3fafb2

View File

@ -81,9 +81,10 @@ input[type="number"] {
} }
input[type*="date"], input[type*="date"],
input[type*="time"] { input[type*="time"],
.flatpickr-input[type="text"] {
width: 50%; width: 50%;
min-width: 240px; width: 250px;
} }
input[type="text"]:focus, input[type="text"]:focus,