@syncfusion/ej2-vue-gantt 20.3.58 → 20.3.60

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.
@@ -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-color: transparent;
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 {