gantt-task-react-powern 0.4.11 → 0.4.13

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.
@@ -376,7 +376,7 @@ var TaskListTableDefault = function TaskListTableDefault(_ref) {
376
376
  if (t.hideChildren === false) {
377
377
  expanderSymbol = "▼";
378
378
  } else if (t.hideChildren === true) {
379
- expanderSymbol = "";
379
+ expanderSymbol = "";
380
380
  }
381
381
 
382
382
  return React.createElement("div", {
@@ -388,12 +388,14 @@ var TaskListTableDefault = function TaskListTableDefault(_ref) {
388
388
  }, React.createElement("div", {
389
389
  className: styles$1.taskListCell,
390
390
  style: {
391
- minWidth: parseInt(rowWidth) / 2,
392
- maxWidth: parseInt(rowWidth) / 2
391
+ minWidth: parseInt(rowWidth) / 2
393
392
  },
394
393
  title: t.id
395
394
  }, React.createElement("div", {
396
- className: styles$1.taskListNameWrapper
395
+ className: styles$1.taskListNameWrapper,
396
+ style: {
397
+ paddingLeft: t.depth * 4 + "px"
398
+ }
397
399
  }, React.createElement("div", {
398
400
  className: styles$1.taskListExpander,
399
401
  onClick: function onClick() {