@syncfusion/ej2-vue-schedule 19.4.47 → 19.4.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-schedule@*",
3
- "_id": "@syncfusion/ej2-vue-schedule@19.4.42",
3
+ "_id": "@syncfusion/ej2-vue-schedule@19.4.47",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-W7WO+k6s1QHR4buNAzLdiH3KRGUVX8Bf4YcdNveBhzJ3QRMIZqPjjdo7AwR+9xGsDMLij3foTc9VDGlEYjO4wA==",
5
+ "_integrity": "sha512-kzIjCEIZm0JB53zJEFNlJompJgnIVxuUEGxdvYKs4YRwkvyOnDJZQJYKqqzxJZoSm5vfFt0cApcUvfjuMuwlMw==",
6
6
  "_location": "/@syncfusion/ej2-vue-schedule",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-schedule/-/ej2-vue-schedule-19.4.42.tgz",
23
- "_shasum": "59406fa48740801e49f04bc4032f1fd4893569a6",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-schedule/-/ej2-vue-schedule-19.4.47.tgz",
23
+ "_shasum": "e08a08c53fe063601abc88f004dd6a59ede28bcc",
24
24
  "_spec": "@syncfusion/ej2-vue-schedule@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~19.4.42",
35
- "@syncfusion/ej2-schedule": "19.4.47",
36
- "@syncfusion/ej2-vue-base": "~19.4.47"
34
+ "@syncfusion/ej2-base": "~19.4.48",
35
+ "@syncfusion/ej2-schedule": "19.4.48",
36
+ "@syncfusion/ej2-vue-base": "~19.4.48"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Vue",
@@ -70,6 +70,6 @@
70
70
  "type": "git",
71
71
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
72
72
  },
73
- "version": "19.4.47",
73
+ "version": "19.4.48",
74
74
  "sideEffects": false
75
75
  }
@@ -2092,7 +2092,7 @@
2092
2092
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2093
2093
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2094
2094
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2095
- height: 60px;
2095
+ height: 42px;
2096
2096
  }
2097
2097
 
2098
2098
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
@@ -4008,7 +4008,7 @@
4008
4008
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4009
4009
  .e-more-popup-wrapper .e-more-event-content {
4010
4010
  height: calc(100% - 35px);
4011
- max-height: 300px;
4011
+ max-height: 150px;
4012
4012
  overflow-y: auto;
4013
4013
  padding-left: 10px;
4014
4014
  padding-right: 10px;
@@ -2089,7 +2089,7 @@
2089
2089
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2090
2090
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2091
2091
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2092
- height: 60px;
2092
+ height: 42px;
2093
2093
  }
2094
2094
 
2095
2095
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
@@ -4006,7 +4006,7 @@
4006
4006
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4007
4007
  .e-more-popup-wrapper .e-more-event-content {
4008
4008
  height: calc(100% - 35px);
4009
- max-height: 300px;
4009
+ max-height: 150px;
4010
4010
  overflow-y: auto;
4011
4011
  padding-left: 10px;
4012
4012
  padding-right: 10px;
@@ -2095,7 +2095,7 @@
2095
2095
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2096
2096
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2097
2097
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2098
- height: 60px;
2098
+ height: 42px;
2099
2099
  }
2100
2100
 
2101
2101
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
@@ -4117,7 +4117,7 @@
4117
4117
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4118
4118
  .e-more-popup-wrapper .e-more-event-content {
4119
4119
  height: calc(100% - 35px);
4120
- max-height: 300px;
4120
+ max-height: 150px;
4121
4121
  overflow-y: auto;
4122
4122
  padding-left: 10px;
4123
4123
  padding-right: 10px;
@@ -2100,7 +2100,7 @@
2100
2100
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2101
2101
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2102
2102
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2103
- height: 60px;
2103
+ height: 42px;
2104
2104
  }
2105
2105
 
2106
2106
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
@@ -4124,7 +4124,7 @@
4124
4124
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4125
4125
  .e-more-popup-wrapper .e-more-event-content {
4126
4126
  height: calc(100% - 35px);
4127
- max-height: 300px;
4127
+ max-height: 150px;
4128
4128
  overflow-y: auto;
4129
4129
  padding-left: 10px;
4130
4130
  padding-right: 10px;
@@ -2101,7 +2101,7 @@
2101
2101
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2102
2102
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2103
2103
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2104
- height: 60px;
2104
+ height: 42px;
2105
2105
  }
2106
2106
 
2107
2107
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
@@ -4125,7 +4125,7 @@
4125
4125
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4126
4126
  .e-more-popup-wrapper .e-more-event-content {
4127
4127
  height: calc(100% - 35px);
4128
- max-height: 300px;
4128
+ max-height: 150px;
4129
4129
  overflow-y: auto;
4130
4130
  padding-left: 10px;
4131
4131
  padding-right: 10px;
@@ -2092,7 +2092,7 @@
2092
2092
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2093
2093
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2094
2094
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2095
- height: 60px;
2095
+ height: 42px;
2096
2096
  }
2097
2097
 
2098
2098
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
@@ -4009,7 +4009,7 @@
4009
4009
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4010
4010
  .e-more-popup-wrapper .e-more-event-content {
4011
4011
  height: calc(100% - 35px);
4012
- max-height: 300px;
4012
+ max-height: 150px;
4013
4013
  overflow-y: auto;
4014
4014
  padding-left: 10px;
4015
4015
  padding-right: 10px;
package/styles/fabric.css CHANGED
@@ -2092,7 +2092,7 @@
2092
2092
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2093
2093
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2094
2094
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2095
- height: 60px;
2095
+ height: 42px;
2096
2096
  }
2097
2097
 
2098
2098
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
@@ -4025,7 +4025,7 @@
4025
4025
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4026
4026
  .e-more-popup-wrapper .e-more-event-content {
4027
4027
  height: calc(100% - 35px);
4028
- max-height: 300px;
4028
+ max-height: 150px;
4029
4029
  overflow-y: auto;
4030
4030
  padding-left: 10px;
4031
4031
  padding-right: 10px;
@@ -2088,7 +2088,7 @@
2088
2088
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2089
2089
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2090
2090
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2091
- height: 60px;
2091
+ height: 42px;
2092
2092
  }
2093
2093
 
2094
2094
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
@@ -4005,7 +4005,7 @@
4005
4005
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4006
4006
  .e-more-popup-wrapper .e-more-event-content {
4007
4007
  height: calc(100% - 35px);
4008
- max-height: 300px;
4008
+ max-height: 150px;
4009
4009
  overflow-y: auto;
4010
4010
  padding-left: 10px;
4011
4011
  padding-right: 10px;
@@ -2096,7 +2096,7 @@
2096
2096
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2097
2097
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2098
2098
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2099
- height: 60px;
2099
+ height: 42px;
2100
2100
  }
2101
2101
 
2102
2102
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
@@ -4031,7 +4031,7 @@
4031
4031
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4032
4032
  .e-more-popup-wrapper .e-more-event-content {
4033
4033
  height: calc(100% - 35px);
4034
- max-height: 300px;
4034
+ max-height: 150px;
4035
4035
  overflow-y: auto;
4036
4036
  padding-left: 10px;
4037
4037
  padding-right: 10px;
@@ -2089,7 +2089,7 @@
2089
2089
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2090
2090
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2091
2091
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2092
- height: 60px;
2092
+ height: 42px;
2093
2093
  }
2094
2094
 
2095
2095
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
@@ -4007,7 +4007,7 @@
4007
4007
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4008
4008
  .e-more-popup-wrapper .e-more-event-content {
4009
4009
  height: calc(100% - 35px);
4010
- max-height: 300px;
4010
+ max-height: 150px;
4011
4011
  overflow-y: auto;
4012
4012
  padding-left: 10px;
4013
4013
  padding-right: 10px;
@@ -2093,7 +2093,7 @@
2093
2093
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2094
2094
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2095
2095
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2096
- height: 60px;
2096
+ height: 42px;
2097
2097
  }
2098
2098
 
2099
2099
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
@@ -4001,7 +4001,7 @@
4001
4001
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4002
4002
  .e-more-popup-wrapper .e-more-event-content {
4003
4003
  height: calc(100% - 35px);
4004
- max-height: 300px;
4004
+ max-height: 150px;
4005
4005
  overflow-y: auto;
4006
4006
  padding-left: 10px;
4007
4007
  padding-right: 10px;
@@ -2092,7 +2092,7 @@
2092
2092
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2093
2093
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2094
2094
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2095
- height: 60px;
2095
+ height: 42px;
2096
2096
  }
2097
2097
 
2098
2098
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
@@ -4008,7 +4008,7 @@
4008
4008
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4009
4009
  .e-more-popup-wrapper .e-more-event-content {
4010
4010
  height: calc(100% - 35px);
4011
- max-height: 300px;
4011
+ max-height: 150px;
4012
4012
  overflow-y: auto;
4013
4013
  padding-left: 10px;
4014
4014
  padding-right: 10px;
@@ -2089,7 +2089,7 @@
2089
2089
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2090
2090
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2091
2091
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2092
- height: 60px;
2092
+ height: 42px;
2093
2093
  }
2094
2094
 
2095
2095
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
@@ -4006,7 +4006,7 @@
4006
4006
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4007
4007
  .e-more-popup-wrapper .e-more-event-content {
4008
4008
  height: calc(100% - 35px);
4009
- max-height: 300px;
4009
+ max-height: 150px;
4010
4010
  overflow-y: auto;
4011
4011
  padding-left: 10px;
4012
4012
  padding-right: 10px;
@@ -2095,7 +2095,7 @@
2095
2095
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2096
2096
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2097
2097
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2098
- height: 60px;
2098
+ height: 42px;
2099
2099
  }
2100
2100
 
2101
2101
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
@@ -4117,7 +4117,7 @@
4117
4117
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4118
4118
  .e-more-popup-wrapper .e-more-event-content {
4119
4119
  height: calc(100% - 35px);
4120
- max-height: 300px;
4120
+ max-height: 150px;
4121
4121
  overflow-y: auto;
4122
4122
  padding-left: 10px;
4123
4123
  padding-right: 10px;
@@ -2100,7 +2100,7 @@
2100
2100
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2101
2101
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2102
2102
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2103
- height: 60px;
2103
+ height: 42px;
2104
2104
  }
2105
2105
 
2106
2106
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
@@ -4124,7 +4124,7 @@
4124
4124
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4125
4125
  .e-more-popup-wrapper .e-more-event-content {
4126
4126
  height: calc(100% - 35px);
4127
- max-height: 300px;
4127
+ max-height: 150px;
4128
4128
  overflow-y: auto;
4129
4129
  padding-left: 10px;
4130
4130
  padding-right: 10px;
@@ -2101,7 +2101,7 @@
2101
2101
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2102
2102
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2103
2103
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2104
- height: 60px;
2104
+ height: 42px;
2105
2105
  }
2106
2106
 
2107
2107
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
@@ -4125,7 +4125,7 @@
4125
4125
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4126
4126
  .e-more-popup-wrapper .e-more-event-content {
4127
4127
  height: calc(100% - 35px);
4128
- max-height: 300px;
4128
+ max-height: 150px;
4129
4129
  overflow-y: auto;
4130
4130
  padding-left: 10px;
4131
4131
  padding-right: 10px;
@@ -2092,7 +2092,7 @@
2092
2092
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2093
2093
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2094
2094
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2095
- height: 60px;
2095
+ height: 42px;
2096
2096
  }
2097
2097
 
2098
2098
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
@@ -4009,7 +4009,7 @@
4009
4009
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4010
4010
  .e-more-popup-wrapper .e-more-event-content {
4011
4011
  height: calc(100% - 35px);
4012
- max-height: 300px;
4012
+ max-height: 150px;
4013
4013
  overflow-y: auto;
4014
4014
  padding-left: 10px;
4015
4015
  padding-right: 10px;
@@ -2092,7 +2092,7 @@
2092
2092
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2093
2093
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2094
2094
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2095
- height: 60px;
2095
+ height: 42px;
2096
2096
  }
2097
2097
 
2098
2098
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
@@ -4025,7 +4025,7 @@
4025
4025
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4026
4026
  .e-more-popup-wrapper .e-more-event-content {
4027
4027
  height: calc(100% - 35px);
4028
- max-height: 300px;
4028
+ max-height: 150px;
4029
4029
  overflow-y: auto;
4030
4030
  padding-left: 10px;
4031
4031
  padding-right: 10px;
@@ -2088,7 +2088,7 @@
2088
2088
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2089
2089
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2090
2090
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2091
- height: 60px;
2091
+ height: 42px;
2092
2092
  }
2093
2093
 
2094
2094
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
@@ -4005,7 +4005,7 @@
4005
4005
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4006
4006
  .e-more-popup-wrapper .e-more-event-content {
4007
4007
  height: calc(100% - 35px);
4008
- max-height: 300px;
4008
+ max-height: 150px;
4009
4009
  overflow-y: auto;
4010
4010
  padding-left: 10px;
4011
4011
  padding-right: 10px;
@@ -2096,7 +2096,7 @@
2096
2096
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2097
2097
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2098
2098
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2099
- height: 60px;
2099
+ height: 42px;
2100
2100
  }
2101
2101
 
2102
2102
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
@@ -4031,7 +4031,7 @@
4031
4031
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4032
4032
  .e-more-popup-wrapper .e-more-event-content {
4033
4033
  height: calc(100% - 35px);
4034
- max-height: 300px;
4034
+ max-height: 150px;
4035
4035
  overflow-y: auto;
4036
4036
  padding-left: 10px;
4037
4037
  padding-right: 10px;
@@ -2089,7 +2089,7 @@
2089
2089
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2090
2090
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2091
2091
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2092
- height: 60px;
2092
+ height: 42px;
2093
2093
  }
2094
2094
 
2095
2095
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
@@ -4007,7 +4007,7 @@
4007
4007
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4008
4008
  .e-more-popup-wrapper .e-more-event-content {
4009
4009
  height: calc(100% - 35px);
4010
- max-height: 300px;
4010
+ max-height: 150px;
4011
4011
  overflow-y: auto;
4012
4012
  padding-left: 10px;
4013
4013
  padding-right: 10px;
@@ -2093,7 +2093,7 @@
2093
2093
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2094
2094
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2095
2095
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2096
- height: 60px;
2096
+ height: 42px;
2097
2097
  }
2098
2098
 
2099
2099
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
@@ -4001,7 +4001,7 @@
4001
4001
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4002
4002
  .e-more-popup-wrapper .e-more-event-content {
4003
4003
  height: calc(100% - 35px);
4004
- max-height: 300px;
4004
+ max-height: 150px;
4005
4005
  overflow-y: auto;
4006
4006
  padding-left: 10px;
4007
4007
  padding-right: 10px;
@@ -2099,7 +2099,7 @@
2099
2099
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2100
2100
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2101
2101
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2102
- height: 60px;
2102
+ height: 42px;
2103
2103
  }
2104
2104
 
2105
2105
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
@@ -4123,7 +4123,7 @@
4123
4123
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4124
4124
  .e-more-popup-wrapper .e-more-event-content {
4125
4125
  height: calc(100% - 35px);
4126
- max-height: 300px;
4126
+ max-height: 150px;
4127
4127
  overflow-y: auto;
4128
4128
  padding-left: 10px;
4129
4129
  padding-right: 10px;
@@ -2100,7 +2100,7 @@
2100
2100
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2101
2101
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2102
2102
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2103
- height: 60px;
2103
+ height: 42px;
2104
2104
  }
2105
2105
 
2106
2106
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
@@ -4124,7 +4124,7 @@
4124
4124
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4125
4125
  .e-more-popup-wrapper .e-more-event-content {
4126
4126
  height: calc(100% - 35px);
4127
- max-height: 300px;
4127
+ max-height: 150px;
4128
4128
  overflow-y: auto;
4129
4129
  padding-left: 10px;
4130
4130
  padding-right: 10px;
@@ -2100,7 +2100,7 @@
2100
2100
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2101
2101
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2102
2102
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2103
- height: 60px;
2103
+ height: 42px;
2104
2104
  }
2105
2105
 
2106
2106
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
@@ -4124,7 +4124,7 @@
4124
4124
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4125
4125
  .e-more-popup-wrapper .e-more-event-content {
4126
4126
  height: calc(100% - 35px);
4127
- max-height: 300px;
4127
+ max-height: 150px;
4128
4128
  overflow-y: auto;
4129
4129
  padding-left: 10px;
4130
4130
  padding-right: 10px;
@@ -2101,7 +2101,7 @@
2101
2101
  .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
2102
2102
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
2103
2103
  .e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
2104
- height: 60px;
2104
+ height: 42px;
2105
2105
  }
2106
2106
 
2107
2107
  .e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
@@ -4125,7 +4125,7 @@
4125
4125
  .e-bigger .e-more-popup-wrapper .e-more-event-content,
4126
4126
  .e-more-popup-wrapper .e-more-event-content {
4127
4127
  height: calc(100% - 35px);
4128
- max-height: 300px;
4128
+ max-height: 150px;
4129
4129
  overflow-y: auto;
4130
4130
  padding-left: 10px;
4131
4131
  padding-right: 10px;