diff --git a/apps/common/main/lib/component/TableStyler.js b/apps/common/main/lib/component/TableStyler.js index f98eef68e..fbfc1106c 100644 --- a/apps/common/main/lib/component/TableStyler.js +++ b/apps/common/main/lib/component/TableStyler.js @@ -505,6 +505,8 @@ define([ table_content = $('#' + meId + '-table-content'); cells_content = table_content.find('.cell-content'); + table_content.find('.content-box').css('height', (me.rows>1) ? '50%' : 'auto'); + topBorderSelector.on('click', function(e){ if (me.overwriteStyle){ if (borderSize.top != virtualBorderSize || !borderColor.top.isEqual(virtualBorderColor)){