diff --git a/o2web/source/x_component_process_Xform/Documenteditor.js b/o2web/source/x_component_process_Xform/Documenteditor.js index 4f1046f959383e27ae9181bdd25ebaac8d018b4e..297cebf27c9c74980bd7662d68c2e783931e528c 100644 --- a/o2web/source/x_component_process_Xform/Documenteditor.js +++ b/o2web/source/x_component_process_Xform/Documenteditor.js @@ -2551,7 +2551,7 @@ MWF.xApplication.process.Xform.Documenteditor = MWF.APPDocumenteditor = new Cla var tableList = tmp.getElements("table"); if (tableList && tableList.length){ - var w = this.layout_filetext.offsetWidth.toFloat(); + var w = this.layout_filetext.offsetWidth.toFloat()-2; tableList.each(function(table){ var twstyle = table.getStyle("width"); var tws = (twstyle) ? (twstyle.toFloat() || 0) : 0;