mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Fix style for TableStyler component (rows=1, cell spacing=true).
This commit is contained in:
@ -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)){
|
||||
|
||||
Reference in New Issue
Block a user