fixed width for date and time-inputs
This commit is contained in:
parent
02c225d7ab
commit
8cec3fafb2
@ -81,9 +81,10 @@ input[type="number"] {
|
||||
}
|
||||
|
||||
input[type*="date"],
|
||||
input[type*="time"] {
|
||||
input[type*="time"],
|
||||
.flatpickr-input[type="text"] {
|
||||
width: 50%;
|
||||
min-width: 240px;
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
input[type="text"]:focus,
|
||||
|
||||
Reference in New Issue
Block a user