Fix datetimepicker input fields
This commit is contained in:
parent
79186be77b
commit
1432a54c53
2 changed files with 6 additions and 4 deletions
|
@ -262,6 +262,7 @@
|
|||
margin-left: 12px;
|
||||
vertical-align: middle;
|
||||
width: calc(100% - 80px);
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
&.editing {
|
||||
|
@ -476,11 +477,11 @@
|
|||
|
||||
input {
|
||||
&.datepicker-input {
|
||||
width: 120px;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
&.timepicker-input {
|
||||
width: 80px;
|
||||
width: calc(40% - 10px);
|
||||
}
|
||||
|
||||
&.duration-input {
|
||||
|
|
|
@ -1008,6 +1008,7 @@ tr:last-child .task-item {
|
|||
margin-left: 12px;
|
||||
vertical-align: middle;
|
||||
width: calc(100% - 80px);
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
&.editing {
|
||||
|
@ -1222,11 +1223,11 @@ tr:last-child .task-item {
|
|||
|
||||
input {
|
||||
&.datepicker-input {
|
||||
width: 120px;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
&.timepicker-input {
|
||||
width: 80px;
|
||||
width: calc(40% - 10px);
|
||||
}
|
||||
|
||||
&.duration-input {
|
||||
|
|
Loading…
Reference in a new issue