Fix time picker
This commit is contained in:
@@ -1534,3 +1534,19 @@ body.page-id-3 {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.xdsoft_datetimepicker {
|
||||
width: 100%;
|
||||
max-width: 213px;
|
||||
border-radius: 10px;
|
||||
|
||||
.xdsoft_timepicker {
|
||||
width: calc(100% - 8px);
|
||||
}
|
||||
.xdsoft_prev,
|
||||
.xdsoft_next {
|
||||
left: 50%;
|
||||
margin-left: 0 !important;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user