@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
|
@@ -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) {
|