@syncfusion/ej2-vue-gantt 20.3.58 → 20.3.59
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 +10 -0
- package/dist/ej2-vue-gantt.umd.min.js +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +3 -2
- package/styles/bootstrap.css +3 -2
- package/styles/bootstrap4.css +3 -2
- package/styles/bootstrap5-dark.css +3 -2
- package/styles/bootstrap5.css +3 -2
- package/styles/fabric-dark.css +3 -2
- package/styles/fabric.css +3 -2
- package/styles/fluent-dark.css +3 -2
- package/styles/fluent.css +3 -2
- package/styles/gantt/bootstrap-dark.css +3 -2
- package/styles/gantt/bootstrap.css +3 -2
- package/styles/gantt/bootstrap4.css +3 -2
- package/styles/gantt/bootstrap5-dark.css +3 -2
- package/styles/gantt/bootstrap5.css +3 -2
- package/styles/gantt/fabric-dark.css +3 -2
- package/styles/gantt/fabric.css +3 -2
- package/styles/gantt/fluent-dark.css +3 -2
- package/styles/gantt/fluent.css +3 -2
- package/styles/gantt/highcontrast-light.css +3 -2
- package/styles/gantt/highcontrast.css +3 -2
- package/styles/gantt/material-dark.css +3 -2
- package/styles/gantt/material.css +3 -2
- package/styles/gantt/tailwind-dark.css +3 -2
- package/styles/gantt/tailwind.css +3 -2
- package/styles/highcontrast-light.css +3 -2
- package/styles/highcontrast.css +3 -2
- package/styles/material-dark.css +3 -2
- package/styles/material.css +3 -2
- package/styles/tailwind-dark.css +3 -2
- package/styles/tailwind.css +3 -2
package/styles/tailwind.css
CHANGED
|
@@ -709,10 +709,10 @@
|
|
|
709
709
|
box-sizing: border-box;
|
|
710
710
|
}
|
|
711
711
|
.e-gantt .e-gantt-chart .e-zero-spacing {
|
|
712
|
-
border-spacing: 0;
|
|
712
|
+
border-spacing: 0.25px;
|
|
713
713
|
}
|
|
714
714
|
.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
|
|
715
|
-
border-top
|
|
715
|
+
border-top: 0;
|
|
716
716
|
}
|
|
717
717
|
.e-gantt .e-gantt-chart .e-chart-row {
|
|
718
718
|
line-height: normal;
|
|
@@ -960,6 +960,7 @@
|
|
|
960
960
|
}
|
|
961
961
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
962
962
|
overflow: hidden;
|
|
963
|
+
border-collapse: separate;
|
|
963
964
|
}
|
|
964
965
|
.e-gantt .e-gantt-chart .e-left-resize-gripper,
|
|
965
966
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|