@syncfusion/ej2-vue-gantt 19.4.47 → 19.4.53
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/CHANGELOG.md +37 -0
- package/README.md +1 -1
- package/dist/ej2-vue-gantt.umd.min.js +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +6 -3
- package/styles/bootstrap.css +6 -3
- package/styles/bootstrap4.css +6 -3
- package/styles/bootstrap5-dark.css +4 -1
- package/styles/bootstrap5.css +4 -1
- package/styles/fabric-dark.css +3 -0
- package/styles/fabric.css +3 -0
- package/styles/gantt/bootstrap-dark.css +6 -3
- package/styles/gantt/bootstrap.css +6 -3
- package/styles/gantt/bootstrap4.css +6 -3
- package/styles/gantt/bootstrap5-dark.css +4 -1
- package/styles/gantt/bootstrap5.css +4 -1
- package/styles/gantt/fabric-dark.css +3 -0
- package/styles/gantt/fabric.css +3 -0
- package/styles/gantt/highcontrast-light.css +3 -0
- package/styles/gantt/highcontrast.css +3 -0
- package/styles/gantt/material-dark.css +3 -0
- package/styles/gantt/material.css +3 -0
- package/styles/gantt/tailwind-dark.css +6 -3
- package/styles/gantt/tailwind.css +6 -3
- package/styles/highcontrast-light.css +3 -0
- package/styles/highcontrast.css +3 -0
- package/styles/material-dark.css +3 -0
- package/styles/material.css +3 -0
- package/styles/tailwind-dark.css +6 -3
- package/styles/tailwind.css +6 -3
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.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-gantt@19.4.52",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-ukG28FXi5cCbNDOfgjgrQTrEXDyLiGj+gbIcRjnbnLaYTJCvbWE7ZiAlpvep5znhp8HxEjyEsRwxlhSWYFCN5w==",
|
|
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.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-gantt/-/ej2-vue-gantt-19.4.52.tgz",
|
|
23
|
+
"_shasum": "0a218e38aad42435b5d4142b08e03d165a8ffaad",
|
|
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.
|
|
35
|
-
"@syncfusion/ej2-gantt": "19.4.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~19.4.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.4.52",
|
|
35
|
+
"@syncfusion/ej2-gantt": "19.4.53",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~19.4.53"
|
|
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.
|
|
66
|
+
"version": "19.4.53",
|
|
67
67
|
"sideEffects": false
|
|
68
68
|
}
|
|
@@ -829,7 +829,10 @@
|
|
|
829
829
|
font-weight: normal;
|
|
830
830
|
margin-left: 8px;
|
|
831
831
|
margin-right: 15px;
|
|
832
|
+
overflow: hidden;
|
|
833
|
+
text-overflow: ellipsis;
|
|
832
834
|
vertical-align: middle;
|
|
835
|
+
white-space: nowrap;
|
|
833
836
|
}
|
|
834
837
|
|
|
835
838
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1351,10 +1354,10 @@
|
|
|
1351
1354
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1352
1355
|
background: #1a1a1a;
|
|
1353
1356
|
border-bottom-color: #484848;
|
|
1354
|
-
border-bottom-width:
|
|
1357
|
+
border-bottom-width: 0px;
|
|
1355
1358
|
border-right-color: #484848;
|
|
1356
1359
|
color: #f0f0f0;
|
|
1357
|
-
height:
|
|
1360
|
+
height: 64px;
|
|
1358
1361
|
}
|
|
1359
1362
|
|
|
1360
1363
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1373,7 +1376,7 @@
|
|
|
1373
1376
|
}
|
|
1374
1377
|
|
|
1375
1378
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1376
|
-
height:
|
|
1379
|
+
height: 32px;
|
|
1377
1380
|
}
|
|
1378
1381
|
|
|
1379
1382
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
package/styles/bootstrap.css
CHANGED
|
@@ -979,7 +979,10 @@
|
|
|
979
979
|
font-weight: normal;
|
|
980
980
|
margin-left: 8px;
|
|
981
981
|
margin-right: 15px;
|
|
982
|
+
overflow: hidden;
|
|
983
|
+
text-overflow: ellipsis;
|
|
982
984
|
vertical-align: middle;
|
|
985
|
+
white-space: nowrap;
|
|
983
986
|
}
|
|
984
987
|
|
|
985
988
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1501,10 +1504,10 @@
|
|
|
1501
1504
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1502
1505
|
background: #fff;
|
|
1503
1506
|
border-bottom-color: #ddd;
|
|
1504
|
-
border-bottom-width:
|
|
1507
|
+
border-bottom-width: 0px;
|
|
1505
1508
|
border-right-color: #ddd;
|
|
1506
1509
|
color: #333;
|
|
1507
|
-
height:
|
|
1510
|
+
height: 64px;
|
|
1508
1511
|
}
|
|
1509
1512
|
|
|
1510
1513
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1523,7 +1526,7 @@
|
|
|
1523
1526
|
}
|
|
1524
1527
|
|
|
1525
1528
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1526
|
-
height:
|
|
1529
|
+
height: 32px;
|
|
1527
1530
|
}
|
|
1528
1531
|
|
|
1529
1532
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1196,7 +1196,10 @@
|
|
|
1196
1196
|
font-weight: normal;
|
|
1197
1197
|
margin-left: 8px;
|
|
1198
1198
|
margin-right: 15px;
|
|
1199
|
+
overflow: hidden;
|
|
1200
|
+
text-overflow: ellipsis;
|
|
1199
1201
|
vertical-align: middle;
|
|
1202
|
+
white-space: nowrap;
|
|
1200
1203
|
}
|
|
1201
1204
|
|
|
1202
1205
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1718,10 +1721,10 @@
|
|
|
1718
1721
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1719
1722
|
background: #fff;
|
|
1720
1723
|
border-bottom-color: #dee2e6;
|
|
1721
|
-
border-bottom-width:
|
|
1724
|
+
border-bottom-width: 0px;
|
|
1722
1725
|
border-right-color: #dee2e6;
|
|
1723
1726
|
color: #212529;
|
|
1724
|
-
height:
|
|
1727
|
+
height: 64px;
|
|
1725
1728
|
}
|
|
1726
1729
|
|
|
1727
1730
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1740,7 +1743,7 @@
|
|
|
1740
1743
|
}
|
|
1741
1744
|
|
|
1742
1745
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1743
|
-
height:
|
|
1746
|
+
height: 32px;
|
|
1744
1747
|
}
|
|
1745
1748
|
|
|
1746
1749
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
@@ -863,7 +863,10 @@
|
|
|
863
863
|
font-weight: normal;
|
|
864
864
|
margin-left: 8px;
|
|
865
865
|
margin-right: 15px;
|
|
866
|
+
overflow: hidden;
|
|
867
|
+
text-overflow: ellipsis;
|
|
866
868
|
vertical-align: middle;
|
|
869
|
+
white-space: nowrap;
|
|
867
870
|
}
|
|
868
871
|
|
|
869
872
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1407,7 +1410,7 @@
|
|
|
1407
1410
|
}
|
|
1408
1411
|
|
|
1409
1412
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1410
|
-
height:
|
|
1413
|
+
height: 32px;
|
|
1411
1414
|
}
|
|
1412
1415
|
|
|
1413
1416
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -863,7 +863,10 @@
|
|
|
863
863
|
font-weight: normal;
|
|
864
864
|
margin-left: 8px;
|
|
865
865
|
margin-right: 15px;
|
|
866
|
+
overflow: hidden;
|
|
867
|
+
text-overflow: ellipsis;
|
|
866
868
|
vertical-align: middle;
|
|
869
|
+
white-space: nowrap;
|
|
867
870
|
}
|
|
868
871
|
|
|
869
872
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1407,7 +1410,7 @@
|
|
|
1407
1410
|
}
|
|
1408
1411
|
|
|
1409
1412
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1410
|
-
height:
|
|
1413
|
+
height: 32px;
|
|
1411
1414
|
}
|
|
1412
1415
|
|
|
1413
1416
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
package/styles/fabric-dark.css
CHANGED
package/styles/fabric.css
CHANGED
|
@@ -829,7 +829,10 @@
|
|
|
829
829
|
font-weight: normal;
|
|
830
830
|
margin-left: 8px;
|
|
831
831
|
margin-right: 15px;
|
|
832
|
+
overflow: hidden;
|
|
833
|
+
text-overflow: ellipsis;
|
|
832
834
|
vertical-align: middle;
|
|
835
|
+
white-space: nowrap;
|
|
833
836
|
}
|
|
834
837
|
|
|
835
838
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1351,10 +1354,10 @@
|
|
|
1351
1354
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1352
1355
|
background: #1a1a1a;
|
|
1353
1356
|
border-bottom-color: #484848;
|
|
1354
|
-
border-bottom-width:
|
|
1357
|
+
border-bottom-width: 0px;
|
|
1355
1358
|
border-right-color: #484848;
|
|
1356
1359
|
color: #f0f0f0;
|
|
1357
|
-
height:
|
|
1360
|
+
height: 64px;
|
|
1358
1361
|
}
|
|
1359
1362
|
|
|
1360
1363
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1373,7 +1376,7 @@
|
|
|
1373
1376
|
}
|
|
1374
1377
|
|
|
1375
1378
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1376
|
-
height:
|
|
1379
|
+
height: 32px;
|
|
1377
1380
|
}
|
|
1378
1381
|
|
|
1379
1382
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
@@ -979,7 +979,10 @@
|
|
|
979
979
|
font-weight: normal;
|
|
980
980
|
margin-left: 8px;
|
|
981
981
|
margin-right: 15px;
|
|
982
|
+
overflow: hidden;
|
|
983
|
+
text-overflow: ellipsis;
|
|
982
984
|
vertical-align: middle;
|
|
985
|
+
white-space: nowrap;
|
|
983
986
|
}
|
|
984
987
|
|
|
985
988
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1501,10 +1504,10 @@
|
|
|
1501
1504
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1502
1505
|
background: #fff;
|
|
1503
1506
|
border-bottom-color: #ddd;
|
|
1504
|
-
border-bottom-width:
|
|
1507
|
+
border-bottom-width: 0px;
|
|
1505
1508
|
border-right-color: #ddd;
|
|
1506
1509
|
color: #333;
|
|
1507
|
-
height:
|
|
1510
|
+
height: 64px;
|
|
1508
1511
|
}
|
|
1509
1512
|
|
|
1510
1513
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1523,7 +1526,7 @@
|
|
|
1523
1526
|
}
|
|
1524
1527
|
|
|
1525
1528
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1526
|
-
height:
|
|
1529
|
+
height: 32px;
|
|
1527
1530
|
}
|
|
1528
1531
|
|
|
1529
1532
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
@@ -1196,7 +1196,10 @@
|
|
|
1196
1196
|
font-weight: normal;
|
|
1197
1197
|
margin-left: 8px;
|
|
1198
1198
|
margin-right: 15px;
|
|
1199
|
+
overflow: hidden;
|
|
1200
|
+
text-overflow: ellipsis;
|
|
1199
1201
|
vertical-align: middle;
|
|
1202
|
+
white-space: nowrap;
|
|
1200
1203
|
}
|
|
1201
1204
|
|
|
1202
1205
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1718,10 +1721,10 @@
|
|
|
1718
1721
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1719
1722
|
background: #fff;
|
|
1720
1723
|
border-bottom-color: #dee2e6;
|
|
1721
|
-
border-bottom-width:
|
|
1724
|
+
border-bottom-width: 0px;
|
|
1722
1725
|
border-right-color: #dee2e6;
|
|
1723
1726
|
color: #212529;
|
|
1724
|
-
height:
|
|
1727
|
+
height: 64px;
|
|
1725
1728
|
}
|
|
1726
1729
|
|
|
1727
1730
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1740,7 +1743,7 @@
|
|
|
1740
1743
|
}
|
|
1741
1744
|
|
|
1742
1745
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1743
|
-
height:
|
|
1746
|
+
height: 32px;
|
|
1744
1747
|
}
|
|
1745
1748
|
|
|
1746
1749
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
@@ -863,7 +863,10 @@
|
|
|
863
863
|
font-weight: normal;
|
|
864
864
|
margin-left: 8px;
|
|
865
865
|
margin-right: 15px;
|
|
866
|
+
overflow: hidden;
|
|
867
|
+
text-overflow: ellipsis;
|
|
866
868
|
vertical-align: middle;
|
|
869
|
+
white-space: nowrap;
|
|
867
870
|
}
|
|
868
871
|
|
|
869
872
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1407,7 +1410,7 @@
|
|
|
1407
1410
|
}
|
|
1408
1411
|
|
|
1409
1412
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1410
|
-
height:
|
|
1413
|
+
height: 32px;
|
|
1411
1414
|
}
|
|
1412
1415
|
|
|
1413
1416
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
@@ -863,7 +863,10 @@
|
|
|
863
863
|
font-weight: normal;
|
|
864
864
|
margin-left: 8px;
|
|
865
865
|
margin-right: 15px;
|
|
866
|
+
overflow: hidden;
|
|
867
|
+
text-overflow: ellipsis;
|
|
866
868
|
vertical-align: middle;
|
|
869
|
+
white-space: nowrap;
|
|
867
870
|
}
|
|
868
871
|
|
|
869
872
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1407,7 +1410,7 @@
|
|
|
1407
1410
|
}
|
|
1408
1411
|
|
|
1409
1412
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1410
|
-
height:
|
|
1413
|
+
height: 32px;
|
|
1411
1414
|
}
|
|
1412
1415
|
|
|
1413
1416
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
package/styles/gantt/fabric.css
CHANGED
|
@@ -887,7 +887,10 @@
|
|
|
887
887
|
font-weight: normal;
|
|
888
888
|
margin-left: 8px;
|
|
889
889
|
margin-right: 15px;
|
|
890
|
+
overflow: hidden;
|
|
891
|
+
text-overflow: ellipsis;
|
|
890
892
|
vertical-align: middle;
|
|
893
|
+
white-space: nowrap;
|
|
891
894
|
}
|
|
892
895
|
|
|
893
896
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1410,10 +1413,10 @@
|
|
|
1410
1413
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1411
1414
|
background: #232e3e;
|
|
1412
1415
|
border-bottom-color: #4b5563;
|
|
1413
|
-
border-bottom-width:
|
|
1416
|
+
border-bottom-width: 0px;
|
|
1414
1417
|
border-right-color: #4b5563;
|
|
1415
1418
|
color: #9ca3af;
|
|
1416
|
-
height:
|
|
1419
|
+
height: 49px;
|
|
1417
1420
|
}
|
|
1418
1421
|
|
|
1419
1422
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1432,7 +1435,7 @@
|
|
|
1432
1435
|
}
|
|
1433
1436
|
|
|
1434
1437
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1435
|
-
height:
|
|
1438
|
+
height: 24.5px;
|
|
1436
1439
|
}
|
|
1437
1440
|
|
|
1438
1441
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
@@ -887,7 +887,10 @@
|
|
|
887
887
|
font-weight: normal;
|
|
888
888
|
margin-left: 8px;
|
|
889
889
|
margin-right: 15px;
|
|
890
|
+
overflow: hidden;
|
|
891
|
+
text-overflow: ellipsis;
|
|
890
892
|
vertical-align: middle;
|
|
893
|
+
white-space: nowrap;
|
|
891
894
|
}
|
|
892
895
|
|
|
893
896
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1410,10 +1413,10 @@
|
|
|
1410
1413
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1411
1414
|
background: #f9fafb;
|
|
1412
1415
|
border-bottom-color: #e5e7eb;
|
|
1413
|
-
border-bottom-width:
|
|
1416
|
+
border-bottom-width: 0px;
|
|
1414
1417
|
border-right-color: #e5e7eb;
|
|
1415
1418
|
color: #6b7280;
|
|
1416
|
-
height:
|
|
1419
|
+
height: 49px;
|
|
1417
1420
|
}
|
|
1418
1421
|
|
|
1419
1422
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1432,7 +1435,7 @@
|
|
|
1432
1435
|
}
|
|
1433
1436
|
|
|
1434
1437
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1435
|
-
height:
|
|
1438
|
+
height: 24.5px;
|
|
1436
1439
|
}
|
|
1437
1440
|
|
|
1438
1441
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
package/styles/highcontrast.css
CHANGED
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
package/styles/tailwind-dark.css
CHANGED
|
@@ -887,7 +887,10 @@
|
|
|
887
887
|
font-weight: normal;
|
|
888
888
|
margin-left: 8px;
|
|
889
889
|
margin-right: 15px;
|
|
890
|
+
overflow: hidden;
|
|
891
|
+
text-overflow: ellipsis;
|
|
890
892
|
vertical-align: middle;
|
|
893
|
+
white-space: nowrap;
|
|
891
894
|
}
|
|
892
895
|
|
|
893
896
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1410,10 +1413,10 @@
|
|
|
1410
1413
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1411
1414
|
background: #232e3e;
|
|
1412
1415
|
border-bottom-color: #4b5563;
|
|
1413
|
-
border-bottom-width:
|
|
1416
|
+
border-bottom-width: 0px;
|
|
1414
1417
|
border-right-color: #4b5563;
|
|
1415
1418
|
color: #9ca3af;
|
|
1416
|
-
height:
|
|
1419
|
+
height: 49px;
|
|
1417
1420
|
}
|
|
1418
1421
|
|
|
1419
1422
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1432,7 +1435,7 @@
|
|
|
1432
1435
|
}
|
|
1433
1436
|
|
|
1434
1437
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1435
|
-
height:
|
|
1438
|
+
height: 24.5px;
|
|
1436
1439
|
}
|
|
1437
1440
|
|
|
1438
1441
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
package/styles/tailwind.css
CHANGED
|
@@ -887,7 +887,10 @@
|
|
|
887
887
|
font-weight: normal;
|
|
888
888
|
margin-left: 8px;
|
|
889
889
|
margin-right: 15px;
|
|
890
|
+
overflow: hidden;
|
|
891
|
+
text-overflow: ellipsis;
|
|
890
892
|
vertical-align: middle;
|
|
893
|
+
white-space: nowrap;
|
|
891
894
|
}
|
|
892
895
|
|
|
893
896
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
@@ -1410,10 +1413,10 @@
|
|
|
1410
1413
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1411
1414
|
background: #f9fafb;
|
|
1412
1415
|
border-bottom-color: #e5e7eb;
|
|
1413
|
-
border-bottom-width:
|
|
1416
|
+
border-bottom-width: 0px;
|
|
1414
1417
|
border-right-color: #e5e7eb;
|
|
1415
1418
|
color: #6b7280;
|
|
1416
|
-
height:
|
|
1419
|
+
height: 49px;
|
|
1417
1420
|
}
|
|
1418
1421
|
|
|
1419
1422
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
@@ -1432,7 +1435,7 @@
|
|
|
1432
1435
|
}
|
|
1433
1436
|
|
|
1434
1437
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1435
|
-
height:
|
|
1438
|
+
height: 24.5px;
|
|
1436
1439
|
}
|
|
1437
1440
|
|
|
1438
1441
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|