ywana-core8 0.0.919 → 0.0.920

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.cjs CHANGED
@@ -5794,7 +5794,8 @@ var Planner2 = function Planner2(_ref) {
5794
5794
  }, /*#__PURE__*/React__default["default"].createElement("div", {
5795
5795
  className: "row-header",
5796
5796
  style: {
5797
- width: rowHeaderWidth + "rem"
5797
+ minWidth: rowHeaderWidth + "rem",
5798
+ maxWidth: rowHeaderWidth + "rem"
5798
5799
  }
5799
5800
  }), days.map(function (_ref3) {
5800
5801
  var day = _ref3.day,