@innovastudio/contentbuilder 1.5.4 → 1.5.5

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.5.4",
4
+ "version": "1.5.5",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -81642,6 +81642,7 @@ class Common {
81642
81642
  block.style.height = height + '%';
81643
81643
  block.style.top = top + '%';
81644
81644
  block.style.left = left + '%';
81645
+ if (block.classList.contains('height-auto')) block.style.height = '';
81645
81646
  }
81646
81647
  }
81647
81648
  applyPixels(block) {