@syncfusion/ej2-vue-gantt 19.4.42 → 19.4.50

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.41",
3
+ "_id": "@syncfusion/ej2-vue-gantt@19.4.48",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-cEKWT+d/XD69/LQEMqQRo7C6pL974IvOdZFGSLDbUvkJu6x1K5Bye1qxvu1CubnomSRMLK6oLANrNKuPrtkVjQ==",
5
+ "_integrity": "sha512-5BY0sA7v+FdifgkLsz5CYdCpyHEGnqpC8JAS+OXr0iHblDHLrjhNALy/JXgSI5k5rDlXF34DFoOtywhl+a3U4Q==",
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.41.tgz",
23
- "_shasum": "02c2538e8f212ba73961b3bef5c464a87a1fd4f3",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-gantt/-/ej2-vue-gantt-19.4.48.tgz",
23
+ "_shasum": "56e24af9a8835848541f280c66418f11fc288112",
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.42",
36
- "@syncfusion/ej2-vue-base": "~19.4.40"
34
+ "@syncfusion/ej2-base": "~19.4.48",
35
+ "@syncfusion/ej2-gantt": "19.4.50",
36
+ "@syncfusion/ej2-vue-base": "~19.4.48"
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.42",
66
+ "version": "19.4.50",
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;
@@ -1069,7 +1074,6 @@
1069
1074
  .e-gantt-dialog .e-edit-form-row {
1070
1075
  height: 241px;
1071
1076
  overflow-y: auto;
1072
- padding-bottom: 16px;
1073
1077
  }
1074
1078
 
1075
1079
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1187,6 +1191,10 @@
1187
1191
  opacity: 1;
1188
1192
  }
1189
1193
 
1194
+ .e-gantt-tooltip {
1195
+ visibility: hidden;
1196
+ }
1197
+
1190
1198
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1191
1199
  content: '';
1192
1200
  }
@@ -1343,10 +1351,10 @@
1343
1351
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1344
1352
  background: #1a1a1a;
1345
1353
  border-bottom-color: #484848;
1346
- border-bottom-width: 2px;
1354
+ border-bottom-width: 0px;
1347
1355
  border-right-color: #484848;
1348
1356
  color: #f0f0f0;
1349
- height: 65px;
1357
+ height: 64px;
1350
1358
  }
1351
1359
 
1352
1360
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
@@ -1365,7 +1373,7 @@
1365
1373
  }
1366
1374
 
1367
1375
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1368
- height: 33px;
1376
+ height: 32px;
1369
1377
  }
1370
1378
 
1371
1379
  .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;
@@ -1219,7 +1224,6 @@
1219
1224
  .e-gantt-dialog .e-edit-form-row {
1220
1225
  height: 241px;
1221
1226
  overflow-y: auto;
1222
- padding-bottom: 16px;
1223
1227
  }
1224
1228
 
1225
1229
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1337,6 +1341,10 @@
1337
1341
  opacity: 1;
1338
1342
  }
1339
1343
 
1344
+ .e-gantt-tooltip {
1345
+ visibility: hidden;
1346
+ }
1347
+
1340
1348
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1341
1349
  content: '';
1342
1350
  }
@@ -1493,10 +1501,10 @@
1493
1501
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1494
1502
  background: #fff;
1495
1503
  border-bottom-color: #ddd;
1496
- border-bottom-width: 2px;
1504
+ border-bottom-width: 0px;
1497
1505
  border-right-color: #ddd;
1498
1506
  color: #333;
1499
- height: 65px;
1507
+ height: 64px;
1500
1508
  }
1501
1509
 
1502
1510
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
@@ -1515,7 +1523,7 @@
1515
1523
  }
1516
1524
 
1517
1525
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1518
- height: 33px;
1526
+ height: 32px;
1519
1527
  }
1520
1528
 
1521
1529
  .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;
@@ -1436,7 +1441,6 @@
1436
1441
  .e-gantt-dialog .e-edit-form-row {
1437
1442
  height: 241px;
1438
1443
  overflow-y: auto;
1439
- padding-bottom: 12px;
1440
1444
  }
1441
1445
 
1442
1446
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1554,6 +1558,10 @@
1554
1558
  opacity: 1;
1555
1559
  }
1556
1560
 
1561
+ .e-gantt-tooltip {
1562
+ visibility: hidden;
1563
+ }
1564
+
1557
1565
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1558
1566
  content: '';
1559
1567
  }
@@ -1710,10 +1718,10 @@
1710
1718
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1711
1719
  background: #fff;
1712
1720
  border-bottom-color: #dee2e6;
1713
- border-bottom-width: 2px;
1721
+ border-bottom-width: 0px;
1714
1722
  border-right-color: #dee2e6;
1715
1723
  color: #212529;
1716
- height: 65px;
1724
+ height: 64px;
1717
1725
  }
1718
1726
 
1719
1727
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
@@ -1732,7 +1740,7 @@
1732
1740
  }
1733
1741
 
1734
1742
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1735
- height: 33px;
1743
+ height: 32px;
1736
1744
  }
1737
1745
 
1738
1746
  .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;
@@ -1103,7 +1108,6 @@
1103
1108
  .e-gantt-dialog .e-edit-form-row {
1104
1109
  height: 241px;
1105
1110
  overflow-y: auto;
1106
- padding-bottom: 12px;
1107
1111
  }
1108
1112
 
1109
1113
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1221,6 +1225,10 @@
1221
1225
  opacity: 1;
1222
1226
  }
1223
1227
 
1228
+ .e-gantt-tooltip {
1229
+ visibility: hidden;
1230
+ }
1231
+
1224
1232
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1225
1233
  content: '';
1226
1234
  }
@@ -1399,7 +1407,7 @@
1399
1407
  }
1400
1408
 
1401
1409
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1402
- height: 33px;
1410
+ height: 32px;
1403
1411
  }
1404
1412
 
1405
1413
  .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;
@@ -1103,7 +1108,6 @@
1103
1108
  .e-gantt-dialog .e-edit-form-row {
1104
1109
  height: 241px;
1105
1110
  overflow-y: auto;
1106
- padding-bottom: 12px;
1107
1111
  }
1108
1112
 
1109
1113
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1221,6 +1225,10 @@
1221
1225
  opacity: 1;
1222
1226
  }
1223
1227
 
1228
+ .e-gantt-tooltip {
1229
+ visibility: hidden;
1230
+ }
1231
+
1224
1232
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1225
1233
  content: '';
1226
1234
  }
@@ -1399,7 +1407,7 @@
1399
1407
  }
1400
1408
 
1401
1409
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1402
- height: 33px;
1410
+ height: 32px;
1403
1411
  }
1404
1412
 
1405
1413
  .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;
@@ -1023,7 +1028,6 @@
1023
1028
  .e-gantt-dialog .e-edit-form-row {
1024
1029
  height: 241px;
1025
1030
  overflow-y: auto;
1026
- padding-bottom: 16px;
1027
1031
  }
1028
1032
 
1029
1033
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1141,6 +1145,10 @@
1141
1145
  opacity: 1;
1142
1146
  }
1143
1147
 
1148
+ .e-gantt-tooltip {
1149
+ visibility: hidden;
1150
+ }
1151
+
1144
1152
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1145
1153
  content: '';
1146
1154
  }
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;
@@ -1021,7 +1026,6 @@
1021
1026
  .e-gantt-dialog .e-edit-form-row {
1022
1027
  height: 241px;
1023
1028
  overflow-y: auto;
1024
- padding-bottom: 16px;
1025
1029
  }
1026
1030
 
1027
1031
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1139,6 +1143,10 @@
1139
1143
  opacity: 1;
1140
1144
  }
1141
1145
 
1146
+ .e-gantt-tooltip {
1147
+ visibility: hidden;
1148
+ }
1149
+
1142
1150
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1143
1151
  content: '';
1144
1152
  }
@@ -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;
@@ -1069,7 +1074,6 @@
1069
1074
  .e-gantt-dialog .e-edit-form-row {
1070
1075
  height: 241px;
1071
1076
  overflow-y: auto;
1072
- padding-bottom: 16px;
1073
1077
  }
1074
1078
 
1075
1079
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1187,6 +1191,10 @@
1187
1191
  opacity: 1;
1188
1192
  }
1189
1193
 
1194
+ .e-gantt-tooltip {
1195
+ visibility: hidden;
1196
+ }
1197
+
1190
1198
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1191
1199
  content: '';
1192
1200
  }
@@ -1343,10 +1351,10 @@
1343
1351
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1344
1352
  background: #1a1a1a;
1345
1353
  border-bottom-color: #484848;
1346
- border-bottom-width: 2px;
1354
+ border-bottom-width: 0px;
1347
1355
  border-right-color: #484848;
1348
1356
  color: #f0f0f0;
1349
- height: 65px;
1357
+ height: 64px;
1350
1358
  }
1351
1359
 
1352
1360
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
@@ -1365,7 +1373,7 @@
1365
1373
  }
1366
1374
 
1367
1375
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1368
- height: 33px;
1376
+ height: 32px;
1369
1377
  }
1370
1378
 
1371
1379
  .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;
@@ -1219,7 +1224,6 @@
1219
1224
  .e-gantt-dialog .e-edit-form-row {
1220
1225
  height: 241px;
1221
1226
  overflow-y: auto;
1222
- padding-bottom: 16px;
1223
1227
  }
1224
1228
 
1225
1229
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1337,6 +1341,10 @@
1337
1341
  opacity: 1;
1338
1342
  }
1339
1343
 
1344
+ .e-gantt-tooltip {
1345
+ visibility: hidden;
1346
+ }
1347
+
1340
1348
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1341
1349
  content: '';
1342
1350
  }
@@ -1493,10 +1501,10 @@
1493
1501
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1494
1502
  background: #fff;
1495
1503
  border-bottom-color: #ddd;
1496
- border-bottom-width: 2px;
1504
+ border-bottom-width: 0px;
1497
1505
  border-right-color: #ddd;
1498
1506
  color: #333;
1499
- height: 65px;
1507
+ height: 64px;
1500
1508
  }
1501
1509
 
1502
1510
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
@@ -1515,7 +1523,7 @@
1515
1523
  }
1516
1524
 
1517
1525
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1518
- height: 33px;
1526
+ height: 32px;
1519
1527
  }
1520
1528
 
1521
1529
  .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;
@@ -1436,7 +1441,6 @@
1436
1441
  .e-gantt-dialog .e-edit-form-row {
1437
1442
  height: 241px;
1438
1443
  overflow-y: auto;
1439
- padding-bottom: 12px;
1440
1444
  }
1441
1445
 
1442
1446
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1554,6 +1558,10 @@
1554
1558
  opacity: 1;
1555
1559
  }
1556
1560
 
1561
+ .e-gantt-tooltip {
1562
+ visibility: hidden;
1563
+ }
1564
+
1557
1565
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1558
1566
  content: '';
1559
1567
  }
@@ -1710,10 +1718,10 @@
1710
1718
  .e-gantt .e-gantt-chart .e-timeline-header-container {
1711
1719
  background: #fff;
1712
1720
  border-bottom-color: #dee2e6;
1713
- border-bottom-width: 2px;
1721
+ border-bottom-width: 0px;
1714
1722
  border-right-color: #dee2e6;
1715
1723
  color: #212529;
1716
- height: 65px;
1724
+ height: 64px;
1717
1725
  }
1718
1726
 
1719
1727
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
@@ -1732,7 +1740,7 @@
1732
1740
  }
1733
1741
 
1734
1742
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1735
- height: 33px;
1743
+ height: 32px;
1736
1744
  }
1737
1745
 
1738
1746
  .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;
@@ -1103,7 +1108,6 @@
1103
1108
  .e-gantt-dialog .e-edit-form-row {
1104
1109
  height: 241px;
1105
1110
  overflow-y: auto;
1106
- padding-bottom: 12px;
1107
1111
  }
1108
1112
 
1109
1113
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1221,6 +1225,10 @@
1221
1225
  opacity: 1;
1222
1226
  }
1223
1227
 
1228
+ .e-gantt-tooltip {
1229
+ visibility: hidden;
1230
+ }
1231
+
1224
1232
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1225
1233
  content: '';
1226
1234
  }
@@ -1399,7 +1407,7 @@
1399
1407
  }
1400
1408
 
1401
1409
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1402
- height: 33px;
1410
+ height: 32px;
1403
1411
  }
1404
1412
 
1405
1413
  .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;
@@ -1103,7 +1108,6 @@
1103
1108
  .e-gantt-dialog .e-edit-form-row {
1104
1109
  height: 241px;
1105
1110
  overflow-y: auto;
1106
- padding-bottom: 12px;
1107
1111
  }
1108
1112
 
1109
1113
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1221,6 +1225,10 @@
1221
1225
  opacity: 1;
1222
1226
  }
1223
1227
 
1228
+ .e-gantt-tooltip {
1229
+ visibility: hidden;
1230
+ }
1231
+
1224
1232
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1225
1233
  content: '';
1226
1234
  }
@@ -1399,7 +1407,7 @@
1399
1407
  }
1400
1408
 
1401
1409
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
1402
- height: 33px;
1410
+ height: 32px;
1403
1411
  }
1404
1412
 
1405
1413
  .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;
@@ -1023,7 +1028,6 @@
1023
1028
  .e-gantt-dialog .e-edit-form-row {
1024
1029
  height: 241px;
1025
1030
  overflow-y: auto;
1026
- padding-bottom: 16px;
1027
1031
  }
1028
1032
 
1029
1033
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1141,6 +1145,10 @@
1141
1145
  opacity: 1;
1142
1146
  }
1143
1147
 
1148
+ .e-gantt-tooltip {
1149
+ visibility: hidden;
1150
+ }
1151
+
1144
1152
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1145
1153
  content: '';
1146
1154
  }
@@ -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;
@@ -1021,7 +1026,6 @@
1021
1026
  .e-gantt-dialog .e-edit-form-row {
1022
1027
  height: 241px;
1023
1028
  overflow-y: auto;
1024
- padding-bottom: 16px;
1025
1029
  }
1026
1030
 
1027
1031
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1139,6 +1143,10 @@
1139
1143
  opacity: 1;
1140
1144
  }
1141
1145
 
1146
+ .e-gantt-tooltip {
1147
+ visibility: hidden;
1148
+ }
1149
+
1142
1150
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1143
1151
  content: '';
1144
1152
  }
@@ -455,6 +455,11 @@
455
455
  white-space: nowrap;
456
456
  }
457
457
 
458
+ .e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
459
+ display: -ms-inline-flexbox;
460
+ display: inline-flex;
461
+ }
462
+
458
463
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
459
464
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
460
465
  border-spacing: 0;
@@ -1024,7 +1029,6 @@
1024
1029
  .e-gantt-dialog .e-edit-form-row {
1025
1030
  height: 241px;
1026
1031
  overflow-y: auto;
1027
- padding-bottom: 16px;
1028
1032
  }
1029
1033
 
1030
1034
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1142,6 +1146,10 @@
1142
1146
  opacity: 1;
1143
1147
  }
1144
1148
 
1149
+ .e-gantt-tooltip {
1150
+ visibility: hidden;
1151
+ }
1152
+
1145
1153
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1146
1154
  content: '';
1147
1155
  }
@@ -569,6 +569,11 @@
569
569
  white-space: nowrap;
570
570
  }
571
571
 
572
+ .e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
573
+ display: -ms-inline-flexbox;
574
+ display: inline-flex;
575
+ }
576
+
572
577
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
573
578
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
574
579
  border-spacing: 0;
@@ -1138,7 +1143,6 @@
1138
1143
  .e-gantt-dialog .e-edit-form-row {
1139
1144
  height: 241px;
1140
1145
  overflow-y: auto;
1141
- padding-bottom: 16px;
1142
1146
  }
1143
1147
 
1144
1148
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1256,6 +1260,10 @@
1256
1260
  opacity: 1;
1257
1261
  }
1258
1262
 
1263
+ .e-gantt-tooltip {
1264
+ visibility: hidden;
1265
+ }
1266
+
1259
1267
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1260
1268
  content: '';
1261
1269
  }