arengibook 2.0.22-table → 2.0.23-table

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -47725,7 +47725,8 @@ var SelfEditableCell = function SelfEditableCell(_ref9) {
47725
47725
  },
47726
47726
  style: {
47727
47727
  cursor: editable ? 'pointer' : 'default',
47728
- minHeight: '1.5rem'
47728
+ minHeight: '1.5rem',
47729
+ width: '100%'
47729
47730
  }
47730
47731
  }, renderDisplay ? renderDisplay(rowData) : (_rowData$col$field = rowData[col.field]) !== null && _rowData$col$field !== void 0 ? _rowData$col$field : '');
47731
47732
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "arengibook",
3
3
  "private": false,
4
- "version": "2.0.22-table",
4
+ "version": "2.0.23-table",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "exports": {