gantt-task-react-powern 0.4.18 → 0.4.20

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/dist/index.css CHANGED
@@ -21,6 +21,7 @@
21
21
  vertical-align: -webkit-baseline-middle;
22
22
  vertical-align: middle;
23
23
  overflow: hidden;
24
+ text-align: center;
24
25
  white-space: nowrap;
25
26
  text-overflow: ellipsis;
26
27
  }
package/dist/index.js CHANGED
@@ -289,7 +289,7 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
289
289
  minWidth: parseInt(rowWidth) * 0.8,
290
290
  maxWidth: parseInt(rowWidth) * 0.8
291
291
  }
292
- }, "\xA0WBS"), React__default.createElement("div", {
292
+ }, "WBS"), React__default.createElement("div", {
293
293
  className: styles.ganttTable_HeaderSeparator,
294
294
  style: {
295
295
  height: headerHeight * 0.5,
@@ -301,7 +301,7 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
301
301
  minWidth: parseInt(rowWidth) * 2,
302
302
  maxWidth: parseInt(rowWidth) * 2
303
303
  }
304
- }, "\xA0Task"), React__default.createElement("div", {
304
+ }, "Task"), React__default.createElement("div", {
305
305
  className: styles.ganttTable_HeaderSeparator,
306
306
  style: {
307
307
  height: headerHeight * 0.5,
@@ -313,7 +313,7 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
313
313
  minWidth: parseInt(rowWidth) * 0.6
314
314
  },
315
315
  title: "Planned Start"
316
- }, "\xA0Start"), React__default.createElement("div", {
316
+ }, "Start"), React__default.createElement("div", {
317
317
  className: styles.ganttTable_HeaderSeparator,
318
318
  style: {
319
319
  height: headerHeight * 0.5,
@@ -325,7 +325,7 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
325
325
  minWidth: parseInt(rowWidth) * 0.6
326
326
  },
327
327
  title: "Planned Finish"
328
- }, "\xA0Finish")));
328
+ }, "Finish")));
329
329
  };
330
330
 
331
331
  var styles$1 = {"taskListWrapper":"_3ZbQT","taskListTableRow":"_34SS0","taskListCell":"_3lLk3","taskListNameWrapper":"_nI1Xw","taskListExpander":"_2QjE6","taskListEmptyExpander":"_2TfEi","taskListText":"_2ZvXU"};
@@ -575,7 +575,8 @@ var VerticalScroll = function VerticalScroll(_ref) {
575
575
  style: {
576
576
  height: ganttHeight,
577
577
  marginTop: headerHeight,
578
- marginLeft: rtl ? "" : "-1rem"
578
+ marginLeft: rtl ? "" : "-1rem",
579
+ marginRight: "1rem"
579
580
  },
580
581
  className: styles$3.scroll,
581
582
  onScroll: onScroll,