ywana-core8 0.0.919 → 0.0.921

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,
@@ -5824,7 +5825,8 @@ var Planner2 = function Planner2(_ref) {
5824
5825
  }, /*#__PURE__*/React__default["default"].createElement("div", {
5825
5826
  className: "row-header",
5826
5827
  style: {
5827
- width: rowHeaderWidth + "rem"
5828
+ minWidth: rowHeaderWidth + "rem",
5829
+ maxWidth: rowHeaderWidth + "rem"
5828
5830
  }
5829
5831
  }, lane.title), days.map(function (_ref4) {
5830
5832
  var day = _ref4.day,