gantt-task-react-powern 0.4.7 → 0.4.9

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.
@@ -285,7 +285,8 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
285
285
  }, React.createElement("div", {
286
286
  className: styles.ganttTable_HeaderItem,
287
287
  style: {
288
- minWidth: rowWidth
288
+ minWidth: parseInt(rowWidth) / 2,
289
+ maxWidth: parseInt(rowWidth) / 2
289
290
  }
290
291
  }, "\xA0WBS"), React.createElement("div", {
291
292
  className: styles.ganttTable_HeaderSeparator,
@@ -296,7 +297,8 @@ var TaskListHeaderDefault = function TaskListHeaderDefault(_ref) {
296
297
  }), React.createElement("div", {
297
298
  className: styles.ganttTable_HeaderItem,
298
299
  style: {
299
- minWidth: rowWidth
300
+ minWidth: parseInt(rowWidth) * 1.5,
301
+ maxWidth: parseInt(rowWidth) * 1.5
300
302
  }
301
303
  }, "\xA0Task"), React.createElement("div", {
302
304
  className: styles.ganttTable_HeaderSeparator,
@@ -386,8 +388,8 @@ var TaskListTableDefault = function TaskListTableDefault(_ref) {
386
388
  }, React.createElement("div", {
387
389
  className: styles$1.taskListCell,
388
390
  style: {
389
- minWidth: rowWidth,
390
- maxWidth: rowWidth
391
+ minWidth: parseInt(rowWidth) / 2,
392
+ maxWidth: parseInt(rowWidth) / 2
391
393
  },
392
394
  title: t.id
393
395
  }, React.createElement("div", {
@@ -400,10 +402,10 @@ var TaskListTableDefault = function TaskListTableDefault(_ref) {
400
402
  }, expanderSymbol), React.createElement("div", null, t.id))), React.createElement("div", {
401
403
  className: styles$1.taskListCell,
402
404
  style: {
403
- minWidth: rowWidth,
404
- maxWidth: rowWidth
405
+ minWidth: parseInt(rowWidth) * 1.5,
406
+ maxWidth: parseInt(rowWidth) * 1.5
405
407
  }
406
- }, taskLabelRenderer(t)), React.createElement("div", {
408
+ }, React.createElement("div", null, taskLabelRenderer(t))), React.createElement("div", {
407
409
  className: styles$1.taskListCell,
408
410
  style: {
409
411
  minWidth: rowWidth,