jspreadsheet 12.0.0-beta.18 → 12.0.0-beta.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.
@@ -1357,6 +1357,8 @@ div.jss_filters_icon.jss_filters_active::before {
1357
1357
  height: 240px;
1358
1358
  padding: 10px;
1359
1359
  outline: 2px solid black;
1360
+ overflow: auto;
1361
+ white-space: pre-wrap;
1360
1362
  }
1361
1363
 
1362
1364
  .jss_color:before {
package/package.json CHANGED
@@ -49,5 +49,5 @@
49
49
  },
50
50
  "main": "dist/index.js",
51
51
  "types": "dist/index.d.ts",
52
- "version": "12.0.0-beta.18"
52
+ "version": "12.0.0-beta.20"
53
53
  }