gantt-task-react-powern 0.6.19 → 0.6.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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -674,8 +674,8 @@ var TaskListTableDefault = function TaskListTableDefault(_ref) {
|
|
|
674
674
|
return React__default.createElement(React__default.Fragment, null, React__default.createElement("div", {
|
|
675
675
|
className: styles$1.taskListCell,
|
|
676
676
|
style: {
|
|
677
|
-
minWidth: parseInt(rowWidth) * 0.
|
|
678
|
-
maxWidth: parseInt(rowWidth) * 0.
|
|
677
|
+
minWidth: parseInt(rowWidth) * 0.6,
|
|
678
|
+
maxWidth: parseInt(rowWidth) * 0.6
|
|
679
679
|
}
|
|
680
680
|
}, React__default.createElement("div", {
|
|
681
681
|
className: styles$1.taskListText
|