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