@syncfusion/ej2-vue-gantt 19.4.43 → 19.4.52

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-gantt@*",
3
- "_id": "@syncfusion/ej2-vue-gantt@19.4.42",
3
+ "_id": "@syncfusion/ej2-vue-gantt@19.4.50",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-FmnbZb5fCpz6oL4NJpyXI+HsWjuscpKxa0MiYEGMGC9gflNKlHn8rLpXMO28toJQWsiCTPQp3LeVWVcbQclYJA==",
5
+ "_integrity": "sha512-+6aoNTyzJtWQfPC6Uzn9i9XnOnf89Fc0q/T/R6vo5RD57qqoylR1kAPUS+4LjEP92u3XNrC3EIKqc0HbWxvZzg==",
6
6
  "_location": "/@syncfusion/ej2-vue-gantt",
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-gantt/-/ej2-vue-gantt-19.4.42.tgz",
23
- "_shasum": "84df6fdfefee6d64d628c41d4b4d5b628d684336",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-gantt/-/ej2-vue-gantt-19.4.50.tgz",
23
+ "_shasum": "b1819746d6e9b8066bc1ac11454193d6e45bb32d",
24
24
  "_spec": "@syncfusion/ej2-vue-gantt@*",
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-gantt": "19.4.43",
36
- "@syncfusion/ej2-vue-base": "~19.4.40"
34
+ "@syncfusion/ej2-base": "~19.4.52",
35
+ "@syncfusion/ej2-gantt": "19.4.52",
36
+ "@syncfusion/ej2-vue-base": "~19.4.52"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 Gantt Component for Vue",
@@ -63,6 +63,6 @@
63
63
  "type": "git",
64
64
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
65
65
  },
66
- "version": "19.4.43",
66
+ "version": "19.4.52",
67
67
  "sideEffects": false
68
68
  }
@@ -500,6 +500,11 @@
500
500
  white-space: nowrap;
501
501
  }
502
502
 
503
+ .e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
504
+ display: -ms-inline-flexbox;
505
+ display: inline-flex;
506
+ }
507
+
503
508
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
504
509
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
505
510
  border-spacing: 0;
@@ -824,7 +829,10 @@
824
829
  font-weight: normal;
825
830
  margin-left: 8px;
826
831
  margin-right: 15px;
832
+ overflow: hidden;
833
+ text-overflow: ellipsis;
827
834
  vertical-align: middle;
835
+ white-space: nowrap;
828
836
  }
829
837
 
830
838
  .e-gantt .e-gantt-chart .e-task-table {
@@ -1069,7 +1077,6 @@
1069
1077
  .e-gantt-dialog .e-edit-form-row {
1070
1078
  height: 241px;
1071
1079
  overflow-y: auto;
1072
- padding-bottom: 16px;
1073
1080
  }
1074
1081
 
1075
1082
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1187,6 +1194,10 @@
1187
1194
  opacity: 1;
1188
1195
  }
1189
1196
 
1197
+ .e-gantt-tooltip {
1198
+ visibility: hidden;
1199
+ }
1200
+
1190
1201
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1191
1202
  content: '';
1192
1203
  }
@@ -1343,10 +1354,10 @@
1343
1354
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1344
1355
  background: #1a1a1a;
1345
1356
  border-bottom-color: #484848;
1346
- border-bottom-width: 2px;
1357
+ border-bottom-width: 0px;
1347
1358
  border-right-color: #484848;
1348
1359
  color: #f0f0f0;
1349
- height: 65px;
1360
+ height: 64px;
1350
1361
  }
1351
1362
 
1352
1363
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
@@ -1365,7 +1376,7 @@
1365
1376
  }
1366
1377
 
1367
1378
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1368
- height: 33px;
1379
+ height: 32px;
1369
1380
  }
1370
1381
 
1371
1382
  .e-gantt .e-gantt-chart .e-chart-root-container {
@@ -650,6 +650,11 @@
650
650
  white-space: nowrap;
651
651
  }
652
652
 
653
+ .e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
654
+ display: -ms-inline-flexbox;
655
+ display: inline-flex;
656
+ }
657
+
653
658
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
654
659
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
655
660
  border-spacing: 0;
@@ -974,7 +979,10 @@
974
979
  font-weight: normal;
975
980
  margin-left: 8px;
976
981
  margin-right: 15px;
982
+ overflow: hidden;
983
+ text-overflow: ellipsis;
977
984
  vertical-align: middle;
985
+ white-space: nowrap;
978
986
  }
979
987
 
980
988
  .e-gantt .e-gantt-chart .e-task-table {
@@ -1219,7 +1227,6 @@
1219
1227
  .e-gantt-dialog .e-edit-form-row {
1220
1228
  height: 241px;
1221
1229
  overflow-y: auto;
1222
- padding-bottom: 16px;
1223
1230
  }
1224
1231
 
1225
1232
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1337,6 +1344,10 @@
1337
1344
  opacity: 1;
1338
1345
  }
1339
1346
 
1347
+ .e-gantt-tooltip {
1348
+ visibility: hidden;
1349
+ }
1350
+
1340
1351
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1341
1352
  content: '';
1342
1353
  }
@@ -1493,10 +1504,10 @@
1493
1504
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1494
1505
  background: #fff;
1495
1506
  border-bottom-color: #ddd;
1496
- border-bottom-width: 2px;
1507
+ border-bottom-width: 0px;
1497
1508
  border-right-color: #ddd;
1498
1509
  color: #333;
1499
- height: 65px;
1510
+ height: 64px;
1500
1511
  }
1501
1512
 
1502
1513
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
@@ -1515,7 +1526,7 @@
1515
1526
  }
1516
1527
 
1517
1528
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1518
- height: 33px;
1529
+ height: 32px;
1519
1530
  }
1520
1531
 
1521
1532
  .e-gantt .e-gantt-chart .e-chart-root-container {
@@ -867,6 +867,11 @@
867
867
  white-space: nowrap;
868
868
  }
869
869
 
870
+ .e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
871
+ display: -ms-inline-flexbox;
872
+ display: inline-flex;
873
+ }
874
+
870
875
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
871
876
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
872
877
  border-spacing: 0;
@@ -1191,7 +1196,10 @@
1191
1196
  font-weight: normal;
1192
1197
  margin-left: 8px;
1193
1198
  margin-right: 15px;
1199
+ overflow: hidden;
1200
+ text-overflow: ellipsis;
1194
1201
  vertical-align: middle;
1202
+ white-space: nowrap;
1195
1203
  }
1196
1204
 
1197
1205
  .e-gantt .e-gantt-chart .e-task-table {
@@ -1436,7 +1444,6 @@
1436
1444
  .e-gantt-dialog .e-edit-form-row {
1437
1445
  height: 241px;
1438
1446
  overflow-y: auto;
1439
- padding-bottom: 12px;
1440
1447
  }
1441
1448
 
1442
1449
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1554,6 +1561,10 @@
1554
1561
  opacity: 1;
1555
1562
  }
1556
1563
 
1564
+ .e-gantt-tooltip {
1565
+ visibility: hidden;
1566
+ }
1567
+
1557
1568
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1558
1569
  content: '';
1559
1570
  }
@@ -1710,10 +1721,10 @@
1710
1721
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1711
1722
  background: #fff;
1712
1723
  border-bottom-color: #dee2e6;
1713
- border-bottom-width: 2px;
1724
+ border-bottom-width: 0px;
1714
1725
  border-right-color: #dee2e6;
1715
1726
  color: #212529;
1716
- height: 65px;
1727
+ height: 64px;
1717
1728
  }
1718
1729
 
1719
1730
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
@@ -1732,7 +1743,7 @@
1732
1743
  }
1733
1744
 
1734
1745
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1735
- height: 33px;
1746
+ height: 32px;
1736
1747
  }
1737
1748
 
1738
1749
  .e-gantt .e-gantt-chart .e-chart-root-container {
@@ -534,6 +534,11 @@
534
534
  white-space: nowrap;
535
535
  }
536
536
 
537
+ .e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
538
+ display: -ms-inline-flexbox;
539
+ display: inline-flex;
540
+ }
541
+
537
542
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
538
543
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
539
544
  border-spacing: 0;
@@ -858,7 +863,10 @@
858
863
  font-weight: normal;
859
864
  margin-left: 8px;
860
865
  margin-right: 15px;
866
+ overflow: hidden;
867
+ text-overflow: ellipsis;
861
868
  vertical-align: middle;
869
+ white-space: nowrap;
862
870
  }
863
871
 
864
872
  .e-gantt .e-gantt-chart .e-task-table {
@@ -1103,7 +1111,6 @@
1103
1111
  .e-gantt-dialog .e-edit-form-row {
1104
1112
  height: 241px;
1105
1113
  overflow-y: auto;
1106
- padding-bottom: 12px;
1107
1114
  }
1108
1115
 
1109
1116
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1221,6 +1228,10 @@
1221
1228
  opacity: 1;
1222
1229
  }
1223
1230
 
1231
+ .e-gantt-tooltip {
1232
+ visibility: hidden;
1233
+ }
1234
+
1224
1235
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1225
1236
  content: '';
1226
1237
  }
@@ -1399,7 +1410,7 @@
1399
1410
  }
1400
1411
 
1401
1412
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1402
- height: 33px;
1413
+ height: 32px;
1403
1414
  }
1404
1415
 
1405
1416
  .e-gantt .e-gantt-chart .e-chart-root-container {
@@ -534,6 +534,11 @@
534
534
  white-space: nowrap;
535
535
  }
536
536
 
537
+ .e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
538
+ display: -ms-inline-flexbox;
539
+ display: inline-flex;
540
+ }
541
+
537
542
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
538
543
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
539
544
  border-spacing: 0;
@@ -858,7 +863,10 @@
858
863
  font-weight: normal;
859
864
  margin-left: 8px;
860
865
  margin-right: 15px;
866
+ overflow: hidden;
867
+ text-overflow: ellipsis;
861
868
  vertical-align: middle;
869
+ white-space: nowrap;
862
870
  }
863
871
 
864
872
  .e-gantt .e-gantt-chart .e-task-table {
@@ -1103,7 +1111,6 @@
1103
1111
  .e-gantt-dialog .e-edit-form-row {
1104
1112
  height: 241px;
1105
1113
  overflow-y: auto;
1106
- padding-bottom: 12px;
1107
1114
  }
1108
1115
 
1109
1116
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1221,6 +1228,10 @@
1221
1228
  opacity: 1;
1222
1229
  }
1223
1230
 
1231
+ .e-gantt-tooltip {
1232
+ visibility: hidden;
1233
+ }
1234
+
1224
1235
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1225
1236
  content: '';
1226
1237
  }
@@ -1399,7 +1410,7 @@
1399
1410
  }
1400
1411
 
1401
1412
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1402
- height: 33px;
1413
+ height: 32px;
1403
1414
  }
1404
1415
 
1405
1416
  .e-gantt .e-gantt-chart .e-chart-root-container {
@@ -454,6 +454,11 @@
454
454
  white-space: nowrap;
455
455
  }
456
456
 
457
+ .e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
458
+ display: -ms-inline-flexbox;
459
+ display: inline-flex;
460
+ }
461
+
457
462
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
458
463
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
459
464
  border-spacing: 0;
@@ -778,7 +783,10 @@
778
783
  font-weight: normal;
779
784
  margin-left: 8px;
780
785
  margin-right: 15px;
786
+ overflow: hidden;
787
+ text-overflow: ellipsis;
781
788
  vertical-align: middle;
789
+ white-space: nowrap;
782
790
  }
783
791
 
784
792
  .e-gantt .e-gantt-chart .e-task-table {
@@ -1023,7 +1031,6 @@
1023
1031
  .e-gantt-dialog .e-edit-form-row {
1024
1032
  height: 241px;
1025
1033
  overflow-y: auto;
1026
- padding-bottom: 16px;
1027
1034
  }
1028
1035
 
1029
1036
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1141,6 +1148,10 @@
1141
1148
  opacity: 1;
1142
1149
  }
1143
1150
 
1151
+ .e-gantt-tooltip {
1152
+ visibility: hidden;
1153
+ }
1154
+
1144
1155
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1145
1156
  content: '';
1146
1157
  }
package/styles/fabric.css CHANGED
@@ -452,6 +452,11 @@
452
452
  white-space: nowrap;
453
453
  }
454
454
 
455
+ .e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
456
+ display: -ms-inline-flexbox;
457
+ display: inline-flex;
458
+ }
459
+
455
460
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
456
461
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
457
462
  border-spacing: 0;
@@ -776,7 +781,10 @@
776
781
  font-weight: normal;
777
782
  margin-left: 8px;
778
783
  margin-right: 15px;
784
+ overflow: hidden;
785
+ text-overflow: ellipsis;
779
786
  vertical-align: middle;
787
+ white-space: nowrap;
780
788
  }
781
789
 
782
790
  .e-gantt .e-gantt-chart .e-task-table {
@@ -1021,7 +1029,6 @@
1021
1029
  .e-gantt-dialog .e-edit-form-row {
1022
1030
  height: 241px;
1023
1031
  overflow-y: auto;
1024
- padding-bottom: 16px;
1025
1032
  }
1026
1033
 
1027
1034
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1139,6 +1146,10 @@
1139
1146
  opacity: 1;
1140
1147
  }
1141
1148
 
1149
+ .e-gantt-tooltip {
1150
+ visibility: hidden;
1151
+ }
1152
+
1142
1153
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1143
1154
  content: '';
1144
1155
  }
@@ -500,6 +500,11 @@
500
500
  white-space: nowrap;
501
501
  }
502
502
 
503
+ .e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
504
+ display: -ms-inline-flexbox;
505
+ display: inline-flex;
506
+ }
507
+
503
508
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
504
509
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
505
510
  border-spacing: 0;
@@ -824,7 +829,10 @@
824
829
  font-weight: normal;
825
830
  margin-left: 8px;
826
831
  margin-right: 15px;
832
+ overflow: hidden;
833
+ text-overflow: ellipsis;
827
834
  vertical-align: middle;
835
+ white-space: nowrap;
828
836
  }
829
837
 
830
838
  .e-gantt .e-gantt-chart .e-task-table {
@@ -1069,7 +1077,6 @@
1069
1077
  .e-gantt-dialog .e-edit-form-row {
1070
1078
  height: 241px;
1071
1079
  overflow-y: auto;
1072
- padding-bottom: 16px;
1073
1080
  }
1074
1081
 
1075
1082
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1187,6 +1194,10 @@
1187
1194
  opacity: 1;
1188
1195
  }
1189
1196
 
1197
+ .e-gantt-tooltip {
1198
+ visibility: hidden;
1199
+ }
1200
+
1190
1201
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1191
1202
  content: '';
1192
1203
  }
@@ -1343,10 +1354,10 @@
1343
1354
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1344
1355
  background: #1a1a1a;
1345
1356
  border-bottom-color: #484848;
1346
- border-bottom-width: 2px;
1357
+ border-bottom-width: 0px;
1347
1358
  border-right-color: #484848;
1348
1359
  color: #f0f0f0;
1349
- height: 65px;
1360
+ height: 64px;
1350
1361
  }
1351
1362
 
1352
1363
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
@@ -1365,7 +1376,7 @@
1365
1376
  }
1366
1377
 
1367
1378
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1368
- height: 33px;
1379
+ height: 32px;
1369
1380
  }
1370
1381
 
1371
1382
  .e-gantt .e-gantt-chart .e-chart-root-container {
@@ -650,6 +650,11 @@
650
650
  white-space: nowrap;
651
651
  }
652
652
 
653
+ .e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
654
+ display: -ms-inline-flexbox;
655
+ display: inline-flex;
656
+ }
657
+
653
658
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
654
659
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
655
660
  border-spacing: 0;
@@ -974,7 +979,10 @@
974
979
  font-weight: normal;
975
980
  margin-left: 8px;
976
981
  margin-right: 15px;
982
+ overflow: hidden;
983
+ text-overflow: ellipsis;
977
984
  vertical-align: middle;
985
+ white-space: nowrap;
978
986
  }
979
987
 
980
988
  .e-gantt .e-gantt-chart .e-task-table {
@@ -1219,7 +1227,6 @@
1219
1227
  .e-gantt-dialog .e-edit-form-row {
1220
1228
  height: 241px;
1221
1229
  overflow-y: auto;
1222
- padding-bottom: 16px;
1223
1230
  }
1224
1231
 
1225
1232
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1337,6 +1344,10 @@
1337
1344
  opacity: 1;
1338
1345
  }
1339
1346
 
1347
+ .e-gantt-tooltip {
1348
+ visibility: hidden;
1349
+ }
1350
+
1340
1351
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1341
1352
  content: '';
1342
1353
  }
@@ -1493,10 +1504,10 @@
1493
1504
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1494
1505
  background: #fff;
1495
1506
  border-bottom-color: #ddd;
1496
- border-bottom-width: 2px;
1507
+ border-bottom-width: 0px;
1497
1508
  border-right-color: #ddd;
1498
1509
  color: #333;
1499
- height: 65px;
1510
+ height: 64px;
1500
1511
  }
1501
1512
 
1502
1513
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
@@ -1515,7 +1526,7 @@
1515
1526
  }
1516
1527
 
1517
1528
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1518
- height: 33px;
1529
+ height: 32px;
1519
1530
  }
1520
1531
 
1521
1532
  .e-gantt .e-gantt-chart .e-chart-root-container {
@@ -867,6 +867,11 @@
867
867
  white-space: nowrap;
868
868
  }
869
869
 
870
+ .e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
871
+ display: -ms-inline-flexbox;
872
+ display: inline-flex;
873
+ }
874
+
870
875
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
871
876
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
872
877
  border-spacing: 0;
@@ -1191,7 +1196,10 @@
1191
1196
  font-weight: normal;
1192
1197
  margin-left: 8px;
1193
1198
  margin-right: 15px;
1199
+ overflow: hidden;
1200
+ text-overflow: ellipsis;
1194
1201
  vertical-align: middle;
1202
+ white-space: nowrap;
1195
1203
  }
1196
1204
 
1197
1205
  .e-gantt .e-gantt-chart .e-task-table {
@@ -1436,7 +1444,6 @@
1436
1444
  .e-gantt-dialog .e-edit-form-row {
1437
1445
  height: 241px;
1438
1446
  overflow-y: auto;
1439
- padding-bottom: 12px;
1440
1447
  }
1441
1448
 
1442
1449
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1554,6 +1561,10 @@
1554
1561
  opacity: 1;
1555
1562
  }
1556
1563
 
1564
+ .e-gantt-tooltip {
1565
+ visibility: hidden;
1566
+ }
1567
+
1557
1568
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1558
1569
  content: '';
1559
1570
  }
@@ -1710,10 +1721,10 @@
1710
1721
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1711
1722
  background: #fff;
1712
1723
  border-bottom-color: #dee2e6;
1713
- border-bottom-width: 2px;
1724
+ border-bottom-width: 0px;
1714
1725
  border-right-color: #dee2e6;
1715
1726
  color: #212529;
1716
- height: 65px;
1727
+ height: 64px;
1717
1728
  }
1718
1729
 
1719
1730
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
@@ -1732,7 +1743,7 @@
1732
1743
  }
1733
1744
 
1734
1745
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1735
- height: 33px;
1746
+ height: 32px;
1736
1747
  }
1737
1748
 
1738
1749
  .e-gantt .e-gantt-chart .e-chart-root-container {
@@ -534,6 +534,11 @@
534
534
  white-space: nowrap;
535
535
  }
536
536
 
537
+ .e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
538
+ display: -ms-inline-flexbox;
539
+ display: inline-flex;
540
+ }
541
+
537
542
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
538
543
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
539
544
  border-spacing: 0;
@@ -858,7 +863,10 @@
858
863
  font-weight: normal;
859
864
  margin-left: 8px;
860
865
  margin-right: 15px;
866
+ overflow: hidden;
867
+ text-overflow: ellipsis;
861
868
  vertical-align: middle;
869
+ white-space: nowrap;
862
870
  }
863
871
 
864
872
  .e-gantt .e-gantt-chart .e-task-table {
@@ -1103,7 +1111,6 @@
1103
1111
  .e-gantt-dialog .e-edit-form-row {
1104
1112
  height: 241px;
1105
1113
  overflow-y: auto;
1106
- padding-bottom: 12px;
1107
1114
  }
1108
1115
 
1109
1116
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1221,6 +1228,10 @@
1221
1228
  opacity: 1;
1222
1229
  }
1223
1230
 
1231
+ .e-gantt-tooltip {
1232
+ visibility: hidden;
1233
+ }
1234
+
1224
1235
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1225
1236
  content: '';
1226
1237
  }
@@ -1399,7 +1410,7 @@
1399
1410
  }
1400
1411
 
1401
1412
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1402
- height: 33px;
1413
+ height: 32px;
1403
1414
  }
1404
1415
 
1405
1416
  .e-gantt .e-gantt-chart .e-chart-root-container {
@@ -534,6 +534,11 @@
534
534
  white-space: nowrap;
535
535
  }
536
536
 
537
+ .e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
538
+ display: -ms-inline-flexbox;
539
+ display: inline-flex;
540
+ }
541
+
537
542
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
538
543
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
539
544
  border-spacing: 0;
@@ -858,7 +863,10 @@
858
863
  font-weight: normal;
859
864
  margin-left: 8px;
860
865
  margin-right: 15px;
866
+ overflow: hidden;
867
+ text-overflow: ellipsis;
861
868
  vertical-align: middle;
869
+ white-space: nowrap;
862
870
  }
863
871
 
864
872
  .e-gantt .e-gantt-chart .e-task-table {
@@ -1103,7 +1111,6 @@
1103
1111
  .e-gantt-dialog .e-edit-form-row {
1104
1112
  height: 241px;
1105
1113
  overflow-y: auto;
1106
- padding-bottom: 12px;
1107
1114
  }
1108
1115
 
1109
1116
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1221,6 +1228,10 @@
1221
1228
  opacity: 1;
1222
1229
  }
1223
1230
 
1231
+ .e-gantt-tooltip {
1232
+ visibility: hidden;
1233
+ }
1234
+
1224
1235
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1225
1236
  content: '';
1226
1237
  }
@@ -1399,7 +1410,7 @@
1399
1410
  }
1400
1411
 
1401
1412
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1402
- height: 33px;
1413
+ height: 32px;
1403
1414
  }
1404
1415
 
1405
1416
  .e-gantt .e-gantt-chart .e-chart-root-container {