@@ -33,6 +33,9 @@ function formatSmartStyle() {
'flex': 'none',
'width': '100%'
});
+ $('.report-drag-item-wrap').css({
+ 'width': '100%',
+ });
document.querySelectorAll('div[comp-type="text"]').forEach(function(div) {
div.style.height = 'auto';