gantt-task-react-powern 0.4.73 → 0.4.74

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.
@@ -515,8 +515,8 @@ var TaskListTableDefault = function TaskListTableDefault(_ref) {
515
515
  }, t.optionalId), React.createElement("div", {
516
516
  className: styles$1.taskListCell,
517
517
  style: {
518
- minWidth: parseInt(rowWidth) * 2,
519
- maxWidth: parseInt(rowWidth) * 2
518
+ minWidth: parseInt(rowWidth) * 1.8,
519
+ maxWidth: parseInt(rowWidth) * 1.8
520
520
  },
521
521
  title: t.name
522
522
  }, React.createElement("div", {