@innovastudio/contentbuilder 1.5.4 → 1.5.5

Sign up to get free protection for your applications and to get access to all the features.
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) {