@syncfusion/ej2-vue-gantt 19.4.43 → 19.4.47

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.
@@ -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
  }
@@ -491,6 +491,11 @@
491
491
  white-space: nowrap;
492
492
  }
493
493
 
494
+ .e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
495
+ display: -ms-inline-flexbox;
496
+ display: inline-flex;
497
+ }
498
+
494
499
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
495
500
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
496
501
  border-spacing: 0;
@@ -1060,7 +1065,6 @@
1060
1065
  .e-gantt-dialog .e-edit-form-row {
1061
1066
  height: 241px;
1062
1067
  overflow-y: auto;
1063
- padding-bottom: 16px;
1064
1068
  }
1065
1069
 
1066
1070
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1178,6 +1182,10 @@
1178
1182
  opacity: 1;
1179
1183
  }
1180
1184
 
1185
+ .e-gantt-tooltip {
1186
+ visibility: hidden;
1187
+ }
1188
+
1181
1189
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1182
1190
  content: '';
1183
1191
  }
@@ -532,6 +532,11 @@
532
532
  white-space: nowrap;
533
533
  }
534
534
 
535
+ .e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
536
+ display: -ms-inline-flexbox;
537
+ display: inline-flex;
538
+ }
539
+
535
540
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
536
541
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
537
542
  border-spacing: 0;
@@ -1101,7 +1106,6 @@
1101
1106
  .e-gantt-dialog .e-edit-form-row {
1102
1107
  height: 241px;
1103
1108
  overflow-y: auto;
1104
- padding-bottom: 16px;
1105
1109
  }
1106
1110
 
1107
1111
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1219,6 +1223,10 @@
1219
1223
  opacity: 1;
1220
1224
  }
1221
1225
 
1226
+ .e-gantt-tooltip {
1227
+ visibility: hidden;
1228
+ }
1229
+
1222
1230
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1223
1231
  content: '';
1224
1232
  }
@@ -554,6 +554,11 @@
554
554
  white-space: nowrap;
555
555
  }
556
556
 
557
+ .e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
558
+ display: -ms-inline-flexbox;
559
+ display: inline-flex;
560
+ }
561
+
557
562
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
558
563
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
559
564
  border-spacing: 0;
@@ -1127,7 +1132,6 @@
1127
1132
  .e-gantt-dialog .e-edit-form-row {
1128
1133
  height: 240px;
1129
1134
  overflow-y: auto;
1130
- padding-bottom: 12px;
1131
1135
  }
1132
1136
 
1133
1137
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1246,6 +1250,10 @@
1246
1250
  opacity: 1;
1247
1251
  }
1248
1252
 
1253
+ .e-gantt-tooltip {
1254
+ visibility: hidden;
1255
+ }
1256
+
1249
1257
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1250
1258
  content: '';
1251
1259
  }
@@ -554,6 +554,11 @@
554
554
  white-space: nowrap;
555
555
  }
556
556
 
557
+ .e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
558
+ display: -ms-inline-flexbox;
559
+ display: inline-flex;
560
+ }
561
+
557
562
  .e-gantt .e-gantt-chart .e-timeline-top-header-cell,
558
563
  .e-gantt .e-gantt-chart .e-timeline-single-header-cell {
559
564
  border-spacing: 0;
@@ -1127,7 +1132,6 @@
1127
1132
  .e-gantt-dialog .e-edit-form-row {
1128
1133
  height: 240px;
1129
1134
  overflow-y: auto;
1130
- padding-bottom: 12px;
1131
1135
  }
1132
1136
 
1133
1137
  .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
@@ -1246,6 +1250,10 @@
1246
1250
  opacity: 1;
1247
1251
  }
1248
1252
 
1253
+ .e-gantt-tooltip {
1254
+ visibility: hidden;
1255
+ }
1256
+
1249
1257
  .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1250
1258
  content: '';
1251
1259
  }