px-jspreadsheet-ce 0.0.14 → 0.0.15

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/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "main": "dist/index.js",
6
6
  "module": "src/index.js",
7
7
  "types": "dist/index.d.ts",
8
- "version": "0.0.14",
8
+ "version": "0.0.15",
9
9
  "exports": {
10
10
  ".": {
11
11
  "import": "./src/index.js",
@@ -523,6 +523,7 @@ export const createCell = function (i, j, value) {
523
523
  // Wrap option
524
524
  if ((!config || config.wordWrap != false) && (obj.options.wordWrap == true || (config && config.wordWrap == true) || td.innerHTML.length > 200)) {
525
525
  td.style.overflowWrap = 'break-word';
526
+ td.style.whiteSpace = 'normal';
526
527
  }
527
528
 
528
529
  // Overflow